![]() |
Faro Engine 0.0.0.b519570 (main)
|
The toolchain will be used to build the engine and your projects. You build it yourself, or you can obtain a packaged version of the engine, which has a pre-built toolchain. Follow these instructions to build the toolchain yourself:
git clone --recursive https://github.com/R00tDroid/FaroEngine.gitcd Toolsmkdir .Buildcd .Buildcmake ..cmake --build . --config ReleaseBin folder in the engine directoryBuilding the engine yourself is not necessary. All required modules will be compiled as part of your project's build pipeline. If you wish to build it yourself for testing or debugging purposes, follow these instructions:
FaroBuildTool -generate -project FaroEngine.faroproject.jsonFaroBuildTool -build -project FaroEngine.faroproject.json -platform Windows x64 -releaseFollow the instructions on Project Setup to build a project.