Installation of FLO Core wallet (flo-master)

How to Install an FLO Core Wallet (flo-master) Check build-unix.md for documentation Install the Dependencies Build requirements: sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils Install all boost development packages with: sudo apt-get install libboost-all-dev BerkeleyDB is required for the wallet. For Ubuntu only: db4.8 packages are available here . You can add the repository and install using the following commands: sudo apt-get install software-properties-common sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install BerkeleyDB 5.1 or later, which break binary wallet compatibility with the distributed executables which are based on BerkeleyDB 4.8. If you do not care about wallet compatibility, pass --with-incompatible-bdb to configure. Optional (...