Skip to content

Dependencies OpenBSD

Fawn edited this page May 15, 2026 · 5 revisions
doas pkg_add cmake fftw3-float fltk fluidsynth git libogg \
libsamplerate libsndfile libvorbis opus p5-List-Moreutils \
p5-XML-Parser qt5

Configuring Cmake

# OpenBSD packages Qt differently than Linux distributions, so
# Qt5_DIR and Qt5Test_DIR must be set manually.
Qt5_DIR=/usr/local/lib/qt5/cmake Qt5Test_DIR=/usr/local/lib/qt5/cmake \
cmake -S . -B build -DWANT_PULSEAUDIO=OFF -DWANT_SDL=OFF

Clone this wiki locally