Updated Compiling on openSUSE (markdown)

Jonas Kvinge 2020-08-12 21:56:17 +02:00
parent a92b527330
commit f5256284c6
1 changed files with 1 additions and 1 deletions

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