Created
June 16, 2018 15:19
-
-
Save jpcima/2562b9f400e164900246c4c0b7b2ac81 to your computer and use it in GitHub Desktop.
build-opl3be
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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