Installation
Prerequisite:
CMake 3.9 (minimum)
VCPKG (optional)
Scripting (lua and python 3.6 minimum)
C++17 Compiler MSVC/Clang/GCC (mingw/cygwin/xcode are not supported)
If you want to install shiva you have two possibilities:
Using shiva as a submodule
Using vcpkg
Vcpkg:
Windows:
Windows (plugins):
Currently on Windows, only the shared build is supported by shiva
Linux/OSX:
Linux/OSX (plugins):
On Linux and OSX some extra commands are needed to install lua modules and sfml.
Linux/OSX (extras):
To install vcpkg follow the instructions on the following github: https://github.com/Microsoft/vcpkg
Submodules:
git submodule add
https://github.com/milerius/shiva
Last updated