Skip to content

ballisticwhisper/decentralised

Repository files navigation

Decentralised

A 3D environment in a decentralised P2P blockchain.

Build Status

http://decentralised-project.org


Build on Windows

Prerequisites

Make sure CMake, Python and Perl are in your PATH, and reboot after installation.

Make sure submodules are downloaded in /dependencies

Create Visual Studio solution

Open a console and cd to the root folder ...

mkdir build
cd build
python ../configure-windows.py
Build boost

Open a console and cd to the dependencies/boost folder

bootstrap
.\b2
Build openssl

Open a Visual Studio console and cd to the dependencies/openssl folder

mkdir [path-to-root-folder]\build\openssl
perl Configure VC-WIN32 enable-static-engine --prefix=[path-to-root-folder]\\build\\openssl
ms\do_nasm
nmake -f ms\nt.mak
nmake -f ms\nt.mak install
Build curl

Open a Visual Studio console and cd to the dependencies/curl/winbuild folder

nmake /f Makefile.vc mode=static VC=12 
Build decentralised

Open Decentralised.sln in /build folder.

Set 'decentralised' as the start up project.

Set the debug working directory on 'decentralised' to ../../Debug

Build & Execute


About

A 3D environment in a decentralised P2P blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages