aboutsummaryrefslogtreecommitdiff
path: root/examples/build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build')
-rwxr-xr-xexamples/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/build b/examples/build
new file mode 100755
index 0000000..d5d5ece
--- /dev/null
+++ b/examples/build
@@ -0,0 +1,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