compile wownero during build

This commit is contained in:
qvqc 2021-07-02 11:07:46 -04:00
parent 5f964ba249
commit 40db9320e9
No known key found for this signature in database
GPG Key ID: 9EB04103C6BE892D
3 changed files with 16 additions and 2 deletions

4
.gitmodules vendored
View File

@ -1,3 +1,7 @@
[submodule "external/void-mklive"]
path = external/void-mklive
url = https://git.wownero.com/qvqc/void-mklive
[submodule "external/wownero"]
path = external/wownero
url = https://git.wownero.com/wownero/wownero

View File

@ -1,6 +1,6 @@
# wowbox
![wowbox preview](https://such.money/wowbox.mp4)
![preview](https://such.money/wowbox.mp4)
x86_64 based Live OS w/ auto onion and i2p for wownerod with rpc and p2p

View File

@ -4,8 +4,18 @@ buildHash=$(git rev-parse --short HEAD)
##update submodules
git submodule update --init --recursive --remote
##build and copy wownerod
sudo xbps-install -Su openssl-devel boost-devel libldns-devel \
libunwind-devel readline-devel unbound-devel miniupnpc-devel git \
expat-devel cppzmq czmq-devel libsodium-devel base-devel cmake
cd external/wownero
cmake -DSTACK_TRACE:BOOL=OFF
make -j2
cp -a bin/* ../../include/usr/bin/.
cd ../..
##copy splash
cp splash.png external/void-mklive/data/splash.png
cp -a splash.png external/void-mklive/data/splash.png
##build wowbox with sudo
cd external/void-mklive