Updated Compile and install on openbsd (markdown)

Jonas Kvinge 2020-12-05 15:40:10 +01:00
parent 82709c9326
commit 7c5f258aed
1 changed files with 7 additions and 12 deletions

@ -1,12 +1,7 @@
git clone https://github.com/jonaski/strawberry
mkdir build
cd build
cmake ../strawberry -DCMAKE_PREFIX_PATH=/usr/local/lib/qt5/cmake
make -j8
sudo make install
git clone https://github.com/strawberrymusicplayer/strawberry
cd strawberry
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=/usr/local/lib/qt5/cmake
make
sudo make install