aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-08-05 17:00:19 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-08-05 17:00:19 -0400
commit7ae00d2fe82d40a56962c09dafd279ef3535aa3f (patch)
tree3c84975f6a317e4714c655bed51d0db22b3c3955
parentfc92f346a1e86c02f15896966428857b1de41f5f (diff)
downloadmoog-7ae00d2fe82d40a56962c09dafd279ef3535aa3f.tar.gz
README.md
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8a4ce48..3a61846 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,22 @@
# Building
```
-$ make SMLIB=/path/to/sm/lib
+$ ./configure
+$ make
```
-If you have GCC v10 or greater, do:
+# Installation
```
-$ make MODERN_GCC=1 SMLIB=/path/to/sm/lib
+$ ./configure --prefix=$HOME/local/moog --with-sm=$HOME/local/sm/lib
+$ make
+$ make install
```
-# Executing
+# Run
```
-$ export MOOG_DATA=`pwd`
-$ ./MOOG [filename.par]
+$ export PATH="$HOME/local/moog/bin:$PATH"
+$ hash -r
+$ MOOG [filename.par]
```