- CMake 3.8+
- Visual Studio 2017+ 64-bit with C++ 2017 Support
- OPTIONAL: Visual C++ Tools for CMake
With Visual C++ Tools for CMake
- Clone
https://github.com/GrinPlusPlus/GrinPlusPlus.git
to location of your choice - Open Visual Studio
- File>Open>CMake...
- Choose CMakeLists.txt from GrinPlusPlus folder
- Choose x64-Debug or x64-Release from build configurations drop-down
- Generate CMake Cache and Build All from the CMake menu
Command Line:
Open "Developer Command Prompt for Visual Studio 2017"
cd C:/Choose/A/Path
git clone https://github.com/GrinPlusPlus/GrinPlusPlus.git
cd GrinPlusPlus
mkdir build & cd build
cmake ..
cmake --build .
Once your code is built, you can just open GrinNode.exe from your bin folder.
- CMake 3.8+
- gcc 7.x.x (Tested on gcc 7.4.0)
- uuid-dev
git clone https://github.com/GrinPlusPlus/GrinPlusPlus.git
cd GrinPlusPlus
mkdir build
cd build
cmake ..
cmake --build .