How to Build Hydra on Raspbian
System Requirements
Memory Requirements
sudo sed -ri 's/CONF_SWAPSIZE=[0-9]+/CONF_SWAPSIZE=2048/' /etc/dphys-swapfile
sudo systemctl restart dphys-swapfileBuild Process
Install Dependencies
# install dependencies
sudo apt-get install git autoconf libtool libboost-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-chrono-dev libboost-random-dev libssl-dev libevent-dev libboost-test-devPrepare Building Folder
Build Berkeley DB Dependency
Build Hydra
Last updated
Was this helpful?