aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3a618461bed9b41e213743810e1267659498261c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Building

```
$ ./configure
$ make
```

# Installation

```
$ ./configure --prefix=$HOME/local/moog --with-sm=$HOME/local/sm/lib
$ make
$ make install
```

# Run

```
$ export PATH="$HOME/local/moog/bin:$PATH"
$ hash -r
$ MOOG [filename.par]
```