Skip to content

Commit

Permalink
* fixed snipped highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schulz committed Jan 8, 2015
1 parent 6cb1568 commit c600ee4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,21 @@ Also note, that you can dramatically reduce the file size, by reducing the preci
##
if you're using a Linux distributing, that supports apt-get or you're on OSX and have homebrew installed, you
might want to try:
```
cd build
make install_dependencies
```
```bash
cd build
make install_dependencies
```

## On Linux (Ubuntu, Debian)

### install dependencies
apt-get install make g++ libsndfile1-dev libboost-program-options-dev

### Build
cd build
make all
```bash
cd build
make all
```

## On Max OS

Expand Down

0 comments on commit c600ee4

Please sign in to comment.