wownero
/
wownerujo
Archived
4
0
Fork 0

build libsodium first

openssl-1.1.0
fuwa 6 years ago
parent afe2473232
commit d9de0b1afa

@ -30,7 +30,7 @@ libsodium: toolchain
script/build-external-libs/fetch-libsodium.sh
script/build-external-libs/build-libsodium.sh
wownero: toolchain openssl boost libsodium
wownero: toolchain libsodium openssl boost
script/build-external-libs/fetch-wownero.sh
script/build-external-libs/patch-wownero.sh
script/build-external-libs/build-wownero.sh

@ -41,7 +41,7 @@ for arch in ${archs[@]}; do
--host=${target_host} \
--enable-static \
--disable-shared \
&& make && make install)
&& make -j && make install && make clean)