Last updated the code: 20.12.2019
- For out of source build, go to the root CMAKE file path or what they call as
$CMAKE_SOURCE_DIR mkdir build && cd buildcmake .. && make install -j4cd build/bin./main
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Last updated the code: 20.12.2019
$CMAKE_SOURCE_DIRmkdir build && cd build cmake .. && make install -j4 cd build/bin ./main