mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
7 lines
152 B
Markdown
7 lines
152 B
Markdown
|
# Build Nim
|
||
|
nim c --app:staticlib --header:cb.h --noMain:on --nimcache:$HOME/c/lc-proxy-wrapper/nimcache cb.nim
|
||
|
|
||
|
# Build go
|
||
|
go build
|
||
|
./lc-proxy-wrapper
|