Skip to content

Instantly share code, notes, and snippets.

@suprnurd
Created March 31, 2020 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suprnurd/d361a7dd74e515b2a53d1eea20eb913a to your computer and use it in GitHub Desktop.
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
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
@suprnurd
Copy link
Author

These are the videos that go with this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment