diff --git a/contrib/lokinet-bootstrap-winnt/Makefile b/contrib/lokinet-bootstrap-winnt/Makefile index 2f66b7a87..5643c0204 100644 --- a/contrib/lokinet-bootstrap-winnt/Makefile +++ b/contrib/lokinet-bootstrap-winnt/Makefile @@ -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 diff --git a/contrib/lokinet-bootstrap-winnt/README.md b/contrib/lokinet-bootstrap-winnt/README.md index dc2362df9..fa99b2a91 100644 --- a/contrib/lokinet-bootstrap-winnt/README.md +++ b/contrib/lokinet-bootstrap-winnt/README.md @@ -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 diff --git a/lokinet-bootstrap-testnet.exe b/lokinet-bootstrap-testnet.exe new file mode 100644 index 000000000..a7eeabd56 Binary files /dev/null and b/lokinet-bootstrap-testnet.exe differ diff --git a/lokinet-bootstrap.exe b/lokinet-bootstrap.exe index a7eeabd56..d1177b47c 100644 Binary files a/lokinet-bootstrap.exe and b/lokinet-bootstrap.exe differ