Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 994 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 994 Bytes

Build Status

Bitprim Server

Bitprim Server

Make sure you have installed bitprim-core, bitprim-database, bitprim-blockchain, bitprim-consensus (optional), bitprim-network, bitprim-node and bitprim-protocol beforehand according to its build instructions.

$ git clone https://github.com/bitprim/bitprim-server.git
$ cd bitprim-server
$ mkdir build
$ cd build
$ cmake .. -DENABLE_TESTS=OFF -DWITH_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++11" 
$ make -j2
$ sudo make install

bitprim-server is now installed in /usr/local/.