add versions

This commit is contained in:
2024-01-14 18:04:36 -06:00
parent 8e4838c3ae
commit 3272374be1
2 changed files with 16 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ git pull
mkdir build
cd build || exit
make clean
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
make -j "$(nproc)"
sudo make install