Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 767 Bytes

INSTALLATION.md

File metadata and controls

30 lines (18 loc) · 767 Bytes

Installation guide

Building of the RacingWorld

What do you need to building:

First of all you need install on your computer necessary programs:

After clone a copy of the main RacingWorld git repository by running:

git clone https://github.com/<your-username>/RacingWorld.git

Later run script for building:

cd Scripts
Build.bat

If you want build side manually, the use the following:

mkdir Build
cd Build
cmake -G "Visual Studio 15 2017 ..
// Launch generated project in Visual Studio 2017

If you have any questions, please contact: vladimirbalun@yandex.ru