Skip to content

Building

Finlay Maroney edited this page Jan 28, 2020 · 2 revisions

Choosing which system to build for

Run buildScripts/linux.sh for linux x86_64, buildScripts/windows.sh for windows, buildScripts/raspbian-linuxtest.sh to build for raspbian with linux tests, or buildScripts/raspbian-windowstest.sh to build for raspbian with windows tests.

This will build FVTS using Gradle and place the output files in a folder named output/.

NOTE: You must run buildScripts/clean.sh every time you change what OS you are building for

Clone this wiki locally