Skip to content

Commit

Permalink
Added CentOS build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
beschulz committed Mar 6, 2016
1 parent 0b5ab31 commit 3e1b7b8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,26 @@ cd build
make all
```

## On CentOS

```bash
# install dependencies
sudo yum install boost-devel
sudo yum install libsndfile-devel

# clone repository
cd ~/
mkdir wave2json && cd wave2json/
git clone https://github.com/beschulz/wav2json.git

# build
cd wav2json/build/
make all

# install
mv ../bin/Linux/wav2json /usr/bin/
```

## On Max OS

### install dependencies
Expand Down

0 comments on commit 3e1b7b8

Please sign in to comment.