File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Compiling on GNU/Linux:
8181-----------------------
8282
8383Install dependencies. Here's an example for Debian/Ubuntu:
84- $ apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev
84+ $ apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev
8585
8686Download source, extract (this is the URL to the latest of source repository, which might not work at all times):
8787$ wget https://github.com/minetest/minetest/tarball/master -O master.tar.gz
@@ -115,6 +115,7 @@ $ ./minetest
115115- You can build a bare server or a bare client by specifying -DBUILD_CLIENT=0 or -DBUILD_SERVER=0
116116- You can select between Release and Debug build by -DCMAKE_BUILD_TYPE=<Debug or Release>
117117 - Debug build is slower, but gives much more useful output in a debugger
118+ - If you build a bare server, you don't need to have Irrlicht installed. In that case use -DIRRLICHT_SOURCE_DIR=/the/irrlicht/source
118119
119120Compiling on Windows:
120121---------------------
You can’t perform that action at this time.
0 commit comments