Updated Compiling on Ubuntu (markdown)

Jonas Kvinge 2020-08-12 21:57:12 +02:00
parent f15e4c1302
commit cb9faee019
1 changed files with 1 additions and 1 deletions

@ -16,5 +16,5 @@ Compile:
mkdir build
cd build
cmake ..
make -j8
make -j$(nproc)
sudo make install