Skip to content
LWSS edited this page Jan 5, 2021 · 4 revisions

How to build

You will want to do your builds in the cmake-build folder.

Specify various options with the -D flag (example below)

cmake .. -DOPTION1=0 -DOPTION2=1

After this, simply do a make -jXXX where XXX is the number of threads you wish to build with.

Options

See this file for up-to-date options choices.

Clone this wiki locally