Skip to content

Commit

Permalink
build for ALSA/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Jul 11, 2024
1 parent b7d1fbe commit 34bbb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd build

# Using ALSA
# cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DRTMIDI_BUILD_TESTING=OFF ..
cmake -DCMAKE_BUILD_TYPE=Release -DRTMIDI_API_JACK=ON -DBUILD_TESTING=OFF -DRTMIDI_BUILD_TESTING=OFF ..
cmake -DCMAKE_BUILD_TYPE=Release -DRTMIDI_API_ALSA=ON -DBUILD_TESTING=OFF -DRTMIDI_BUILD_TESTING=OFF ..

make

Expand Down

0 comments on commit 34bbb03

Please sign in to comment.