Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdmf committed Oct 19, 2015
1 parent 7e585c0 commit e9f3d41
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ A PHP extension to play module audio files in CLI environment.

# Installation

Compile and install the libmikmod ([download here](http://mikmod.sourceforge.net/)):
Compiling the libmikmod:

```
./configure
cd lib/libmikmod-3.3.7/
mkdir build && cd !$
../configure
make
sudo make install
```

Now, you must compile and install the extension:

```
git clone git@github.com:devsdmf/php-mod-player.git
cd php-mod-player
phpize
./configure --with-mod-player
./configure
make
sudo make install
```
Expand Down

0 comments on commit e9f3d41

Please sign in to comment.