aboutsummaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-06-09 18:12:59 +0200
committerThomas White <taw@physics.org>2021-06-19 19:49:05 +0200
commit602e45a6de90ec9ab4caea2f2bdd2e3ee60edf22 (patch)
tree3512787ff37848a03b3d585e105d71fd2ad68ff5 /compile.sh
parentc6c277b79711a0999d6db39a06cc3981cf3fd8a9 (diff)
Compile libguile-ola using Meson
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/compile.sh b/compile.sh
deleted file mode 100755
index ec5c1c7..0000000
--- a/compile.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-g++ guile-ola.cpp -o libguile-ola.so -lola --shared -fPIC \
- `pkg-config --cflags --libs guile-3.0`
-
-echo Now run: sudo cp libguile-ola.so /usr/local/lib64/
-echo Then: sudo ldconfig