Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 520 Bytes

compile_FreeBSD.md

File metadata and controls

19 lines (12 loc) · 520 Bytes

Compile bittube-miner for FreeBSD

Install Dependencies

Note: This guide is tested for FreeBSD 11.0-RELEASE

From the root shell, run the following commands:

pkg install git libmicrohttpd hwloc cmake 

Type 'y' and hit enter to proceed with installing the packages.

git clone https://github.com/ipbc-dev/bittube-miner.git
mkdir bittube-miner/build
cd bittube-miner/build
cmake ..
make install

Now you have the binary located at "bin/bittube-miner" and the needed shared libraries.