add separate version for testnet

pull/241/head
Rick V 5 years ago
parent f64f773c5a
commit 4ec1025ec2
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -32,6 +32,7 @@ base64enc: base64enc.c
download:
wget -O ./cacert.pem https://curl.haxx.se/ca/cacert.pem
# I *think* this only work with GNU sed...
prepare: zpipe base64enc download
./zpipe < cacert.pem > data.enc
./base64enc < data.enc > out.bin

@ -24,7 +24,7 @@ cross-compile build:
$ export CC=i686-w64-mingw32-gcc # change these if you use clang, make sure these are in your system $PATH!
$ export NATIVE_CC=cc
$ export WINNT_INCLUDE=/path/to/win32/headers WINNT_LIBS=/path/to/win32/libs
$ make prepare;make lokinet-bootstrap
$ make lokinet-bootstrap
# Usage

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save