Created
March 31, 2020 23:02
-
-
Save suprnurd/61bb8876482f085217e8915d23cfcfc7 to your computer and use it in GitHub Desktop.
Compiling Crypto - Vertcoin 0.14.0 on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/vertcoin-project/vertcoin-core.git | |
cd vertcoin-core | |
git checkout 0.14.0 | |
cd depends | |
apt-get install make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 | |
make download-linux | |
make | |
cd .. | |
./autogen.sh | |
./configure --enable-cxx --disable-shared --with-pic --disable-tests --disable-bench --prefix=`pwd`/depends/x86_64-pc-linux-gnu | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the video that goes with this: https://youtu.be/T2g6eqd5RX0