Skip to content

Commit

Permalink
Missing apt package: pkg-config
Browse files Browse the repository at this point in the history
See: mozilla/mozjpeg#99
I hope your are happy with leaving `$` signs. This way it can be copy-and-pasted.
  • Loading branch information
szepeviktor committed May 11, 2015
1 parent b5e6d48 commit 267ea30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ Building
Ubuntu users can install via `apt-get`:

```bash
$ sudo apt-get install build-essential autoconf nasm libtool
$ git clone https://github.com/mozilla/mozjpeg.git
$ cd mozjpeg
$ autoreconf -fiv
$ ./configure --with-jpeg8
$ make
$ sudo make install
sudo apt-get install build-essential autoconf pkg-config nasm libtool
git clone https://github.com/mozilla/mozjpeg.git
cd mozjpeg
autoreconf -fiv
./configure --with-jpeg8
make
sudo make install
```

#### Mac OS X
Expand Down

0 comments on commit 267ea30

Please sign in to comment.