Clone the repository with git clone --recursive https://github.com/FahimFuad/Spike.git
to clone along with the submodules. If you have already cloned and you want to initialize the submodules, type git submodule init
and to update the submodules type git submodule update
in your project directory.You can use Git clients like Gitkraken, Fork etc. It is upto you how you clone it, just be sure to do a recursive clone to fetch the submodules.
- Visual Studio 2019 is highly recommended on Windows
- Run the
WindowsGenProjects.bat
file inside the scripts folder and CMake will generate aSpike.sln
file inside thebuild
folder on the root directory. Open that file and hit the run button. - If you want to generate for other IDE or versions of Visual Studio then in the project directory run your favourite CMake action.
- Make a folder named
build
in the root directory - Go to
build
directory - Run CMake on the
build
directory. After CMake generates project files, you can hit the run button of your IDE.
- Enter the
ExampleApp
folder in the root directory - Run
GenExample.bat
and it will generate anExampleApp.sln
inside thebuild
folder ofExampleApp