Skip to content

Instantly share code, notes, and snippets.

@TheComputerGenie
Created June 6, 2022 15:09
Show Gist options
  • Save TheComputerGenie/4d653cba6a30f5ebf9d46161f4dd3a4b to your computer and use it in GitHub Desktop.
Save TheComputerGenie/4d653cba6a30f5ebf9d46161f4dd3a4b to your computer and use it in GitHub Desktop.
AnyCoin compile script
# AnyCoin compile script (q) Decker, 2021-2022
make -C ${PWD}/depends v=1 NO_PROTON=1 NO_QT=1 HOST=$(depends/config.guess) -j$(nproc --all)
./autogen.sh
CXXFLAGS="-g0 -O2" \
CONFIG_SITE="$PWD/depends/$(depends/config.guess)/share/config.site" ./configure --disable-tests --disable-bench --without-miniupnpc --enable-experimental-asm --with-gui=no --disable-bip70
make V=1 -j$(nproc --all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment