Once I wrote for myself the installation instructions, maybe it will come in handy.
Setting dependencies:
sudo apt-get install -y libminiupnpc-dev autoconf automake build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev
Installation secp256k1
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..
Installing 8bit
cd ~&&git clone https://github.com/8bit-dev/8bit&&cd 8bit/src&&cp crypto obj/crypto -rR&&make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin
I install 8bit on Raspberry Pi 3
Thanks a lot for sharing! Those instructions can save hours of work for somebody.
I apologize for the bad english.
I wish we had much more of such "bad English speakers" doing helpful posts like yours...