Closed anaegel closed 4 years ago
Enable JSON support via cmake. Activate as follows:
1) Obtain external library: cd $UG4_ROOT ughub install JSONForUG4 cd externals/JSONForUG4/ git submodule init git submodule update
2) Build cd $UG4_ROOT/build cmake .. -DUSE_JSON=ON make
Enable JSON support via cmake. Activate as follows:
1) Obtain external library: cd $UG4_ROOT ughub install JSONForUG4 cd externals/JSONForUG4/ git submodule init git submodule update
2) Build cd $UG4_ROOT/build cmake .. -DUSE_JSON=ON make