Created
March 31, 2020 23:11
-
-
Save suprnurd/d361a7dd74e515b2a53d1eea20eb913a to your computer and use it in GitHub Desktop.
Compiling Crypto - Ring Core v0.18.2 on Ubuntu 16.04/18.04 LTS
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
apt-get update && apt-get upgrade -y | |
apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 | |
git clone https://github.com/litecoincash-project/ring | |
cd ring/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 --prefix=`pwd`/depends/x86_64-pc-linux-gnu --enable-cxx --disable-shared --with-pic --disable-bench --disable-tests CPPFLAGS="-fPIC" CXXFLAGS="-fPIC" | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are the videos that go with this: