Skip to content

Compile and install on openbsd

Jonas Kvinge edited this page Dec 5, 2020 · 3 revisions
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