Skip to content
Snippets Groups Projects
Commit 93cec1a4 authored by Ruqian Lyu's avatar Ruqian Lyu
Browse files

update readme

parent cdec2193
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,14 @@ docker run -it svirlyu/sscocaller ...@@ -78,6 +78,14 @@ docker run -it svirlyu/sscocaller
``` ```
### Static builds (WIP) ### Static builds
The static bianry can be simply downloaded which works for GNU/Linux type OS: `./src/sscocaller`
The static build was generated by using docker image docker://svirlyu/sscocaller_nsb
```
/usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o /mnt/src -- --d:release --threads:on
```
The static bianry can be simply downloaded which works for GNU/Linux type OS:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment