Skip to content

Commit

Permalink
Update INSTALL-MAC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic authored Mar 20, 2022
1 parent bfebb6a commit 8822c74
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/INSTALL-MAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,23 @@ sudo port install sox
```

Download and make [libfdk-aac](https://github.com/mstorsjo/fdk-aac).
extract the source, and cd to the source directory

```bash
1) extract the source, and cd to the source directory
2) autoreconf -i
3) ./configure
4) make
5) sudo make install

autoreconf -i
./configure
make
sudo make install
```

Download and make the command line [**fdkaac** program](https://github.com/nu774/fdkaac).
extract the source, and cd to the source directory
```bash
1) extract the source, and cd to the source directory
2) autoreconf -i
3) ./configure
4) make
5) sudo make install
autoreconf -i
./configure
make
sudo make install
```

## Configuring Trunk Recorder
Expand Down

0 comments on commit 8822c74

Please sign in to comment.