Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamshory authored Sep 29, 2017
1 parent 7f1f224 commit c257bfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ Before using this program, you must first install "Lame" and "Sox". Lame is need
To install Lame, download RPM from the repository then install it on your server.

```bash
cd /opt
cd /var/development
mkdir /var/development/sox
cd /var/development/lame
curl --location http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz > lame-3.99.5.tar.gz
tar zxvf lame-3.99.5.tar.gz
cd lame-3.99.5
./configure
make
make install
cd /opt
cd /var/development/lame
rm -rf lame-3.99.5.tar.gz
rm -rf lame-3.99.5
```
Expand Down

0 comments on commit c257bfa

Please sign in to comment.