Skip to content

Instantly share code, notes, and snippets.

@you21979
Last active August 29, 2015 14:09
Show Gist options
  • Save you21979/da499960f8b2a37b59ec to your computer and use it in GitHub Desktop.
Save you21979/da499960f8b2a37b59ec to your computer and use it in GitHub Desktop.
bitzeny compile
git clone https://github.com/you21979-storage/ansible-develop.git
cd ansible-develop
echo "[all]" > hosts
echo "localhost" >> hosts
ansible-playbook devel-cryptocurrency.yml -i hosts -k -c local

cd

yum install automake autoconf libtool
git clone https://github.com/bitzeny/bitzeny.git -b z1.1.x
cd bitzeny
./autogen.sh
./configure LDFLAGS="-L /usr/local/lib64 -lrt -ldl" CXXFLAGS="-I /usr/local/include"
make -j2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment