-
Notifications
You must be signed in to change notification settings - Fork 1
Ubuntu Build
TheLemont edited this page Oct 31, 2018
·
1 revision
Ubuntu 16.04 LTS
sudo apt install git build-essential gcc g++ cmake libuv1-dev libmicrohttpd-dev libssl-dev
git clone https://github.com/PopchainOrg/poprig.git
cd poprig
mkdir build && cd build
cmake ..
make
Additional CMake options
- -DWITH_LIBCPUID=OFF Disable libcpuid. Auto configuration of CPU after this will be very limited.
- -DWITH_HTTPD=ON Build with built in http server and API.
- -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a Use static libuv version.