Updated Compile and install on openbsd (markdown)

Jonas Kvinge 2018-07-05 02:43:46 +02:00
parent 22d7473f79
commit aadeeb2f22
1 changed files with 12 additions and 1 deletions

@ -1 +1,12 @@
cmake .. DCMAKE_PREFIX_PATH=/usr/local/lib/qt5/cmake
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