blob: d5d5ece66558d52d53e0999a53faf37ad9d348d6 (
plain)
1
2
3
4
5
|
# these will be built automatically by cmake, so usually no need to run this
gcc -lguttersynth example1.c -oexample1
g++ -lguttersynth example2.cpp -oexample2
gcc -lguttersynth -lportaudio example3.c -oexample3
|