Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libxxdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
libxxdk
Commits
f1ee3721
Commit
f1ee3721
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Add more detail to the README
parent
bb980a66
No related branches found
No related tags found
1 merge request
!3
Fix Windows DLL
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-2
12 additions, 2 deletions
README.md
with
12 additions
and
2 deletions
README.md
+
12
−
2
View file @
f1ee3721
...
...
@@ -9,15 +9,25 @@ x86_64). It should run on Windows but may need the library name
changed.
```
make
-k
make
linux-x64
cd xxdk.NET
dotnet run --ndf mainnet-ndf.json --state-dir world --wait 20 | grep ^DM
```
Usually, you will want to make the library only for your
architecture. The options are:
*
windows-x64
*
windows-arm64
*
linux-x64
*
linux-arm64
*
darwin-x64
*
darwin-arm64
NOTE: you may need to specify a compiler to the make command, especially
when cross compiling. Example for compiling to windows:
```
CC=x86_64-w64-mingw32-gcc make
-k
CC=x86_64-w64-mingw32-gcc make
windows-x64
cd xxdk.NET
dotnet run --ndf mainnet-ndf.json --state-dir world --wait 20 | grep ^DM
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment