Add missing dependency in `developers.md` Linux instructions (#89)

This closes #88.
master
Hugo Locurcio 2020-05-01 18:50:53 +02:00 committed by GitHub
parent bdabb3d183
commit a5ef5e4c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Linux
**Install Dependencies**
# download source and go to the root folder
$ sudo apt-get install build-essential libirrlicht-dev cmake libpng-dev libbz2-dev libjpeg8-dev libgl1-mesa-dev
$ sudo apt-get install build-essential libirrlicht-dev cmake libpng-dev libbz2-dev libjpeg8-dev libgl1-mesa-dev libxxf86vm-dev
**Compiling**