Update the list of Linux dependencies (#87)

This closes #86.
master
Hugo Locurcio 2019-11-29 19:29:45 +01:00 committed by SmallJoker
parent 7ade9b1b2d
commit bdabb3d183
2 changed files with 4 additions and 4 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 libpng12-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
**Compiling**
@ -54,7 +54,7 @@ Linux
$ sudo make install
$ nodeboxeditor
# See make_install.md
Microsoft Visual Studio
-----------------------
@ -87,7 +87,7 @@ See [Irrlicht's tutorial](http://irrlicht.sourceforge.net/docu/example001.html)
The project should now build correctly. You will need to copy the media folder across to project/debug
Code
====

View File

@ -11,7 +11,7 @@ if [[ $CC == "clang" ]]; then
fi
sudo apt-get install p7zip-full
if [[ $PLATFORM == "Linux" ]]; then
sudo apt-get install libirrlicht-dev cmake libbz2-dev libpng12-dev \
sudo apt-get install libirrlicht-dev cmake libbz2-dev libpng-dev \
libjpeg-dev libxxf86vm-dev libgl1-mesa-dev
elif [[ $PLATFORM == "Win32" ]]; then
wget http://sfan5.pf-control.de/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z