Skip to content

Instantly share code, notes, and snippets.

@suprnurd
Created March 31, 2020 23:03
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/1a7bd60b22c472e831e81d2d0783b0ce to your computer and use it in GitHub Desktop.
Save suprnurd/1a7bd60b22c472e831e81d2d0783b0ce to your computer and use it in GitHub Desktop.
Compiling Crypto - Actinium-ng v0.19.0.4 on Ubuntu 18.04
git clone https://github.com/Actinium-project/Actinium-ng.git
cd Actinium-ng
git checkout v0.19.0.4
apt-get install make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config python3 patch
cd depends
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
@suprnurd
Copy link
Author

Here is the video that goes with this: https://youtu.be/d0vBc0W3QIg

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