From 96070cae486ec9a60c880370cf4aed81c2ce4997 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Mon, 18 Jan 2021 10:46:37 +1100 Subject: [PATCH] README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8fc84be..334e12c 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,11 @@ docker run -it svirlyu/sscocaller ### Static builds (WIP) +With docker image : svirlyu/sscocaller_nsb contains the required static libraries and a static binary build of +sscocaller is available at "./src/sscocaller" + + +``` +/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: -- GitLab