Skip to content

Commit

Permalink
Merge pull request #797 from ciscon/readme-update
Browse files Browse the repository at this point in the history
README: add libpcre dep
  • Loading branch information
ciscon committed Aug 4, 2023
2 parents ff406cd + 78480b6 commit 427fa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Make sure you have the dependencies installed:

(You may skip installing dependencies if you are going to use the build-linux.sh script included in the repository, this will take care of installing packages for you.)

- For *Ubuntu 16.10+*
- For *Debian/Ubuntu 16.10+*
```
sudo apt install git build-essential libsdl2-dev libjansson-dev libexpat-dev libcurl4-openssl-dev libpng-dev libjpeg-dev libsndfile-dev libspeex-dev libspeexdsp-dev libxxf86vm-dev
sudo apt install git build-essential libsdl2-dev libjansson-dev libexpat-dev libcurl4-openssl-dev libpng-dev libjpeg-dev libsndfile-dev libspeex-dev libspeexdsp-dev libxxf86vm-dev libpcre3-dev
```
- For *openSUSE Tumbleweed*
```
Expand Down

0 comments on commit 427fa98

Please sign in to comment.