Private credits blockchain
- Boost 1.70 or newest static prebuild
- Compiler with C++17 support
- Cmake 3.11 or newest
- Requirements fo building Apache Thrift
- The building Berkeley DB distribution uses the Free Software Foundation's autoconf and libtool tools to build on UNIX platforms.
On Windows:
It is necessary to run in the terminal, which sets the environment variables for building a Visual Studio project
git clone https://github.com/CREDITSCOM/node-cloud-private.git cd node git submodule update --init --recursive mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -A x64 .. cmake --build . --target ALL_BUILD --config Release
On Linux:
Operating system: Windows® 7 / Windows® 8 / Windows® 10 64-bit (with the last update package)/Linux Ubuntu 18.04 Processor (CPU): with frequency of 1 GHz (or faster) with PAE, NX and SSE2 support; Memory (RAM): 8 Gb HDD: 1 Tb Internet connection: 3 Mbit/s.git clone https://github.com/CREDITSCOM/node-cloud-private.git cd node git submodule update --init --recursive mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j4
Operating system: Windows® 7 / Windows® 8 / Windows® 10 64-bit (with the last update package)/Linux Ubuntu 18.04 Processor (CPU): Intel® Core ™ i3 or AMD Phenom ™ X3 8650 Memory (RAM): 8 Gb HDD: 3 Tb Internet connection: 5 Mbit/s.