Skip to content

Commit

Permalink
build from building script
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Jul 11, 2024
1 parent d9c652d commit 27f5f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cd build

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

cmake -DCMAKE_BUILD_TYPE=Release -D__LINUX_ALSA__=ON -DRTMIDI_API_ALSA=ON ..
# -DBUILD_TESTING=OFF -DRTMIDI_BUILD_TESTING=OFF
make

# Remove unnecessary files after build done
Expand Down

0 comments on commit 27f5f8e

Please sign in to comment.