Skip to content

Instantly share code, notes, and snippets.

@jpcima
Created June 16, 2018 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpcima/2562b9f400e164900246c4c0b7b2ac81 to your computer and use it in GitHub Desktop.
Save jpcima/2562b9f400e164900246c4c0b7b2ac81 to your computer and use it in GitHub Desktop.
build-opl3be
#!/bin/sh
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
#!! Optional feature summary:
#!! RtMidi: ON
#!! RtAudio: ON
#-- Checking for module 'jack'
#-- Found jack, version 1.9.12
#!! -- Jack driver: 1
#-- Checking for module 'libpulse-simple'
#-- Found libpulse-simple, version 11.1
#!! -- Pulseaudio driver: 1
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment