Skip to content

Commit 880d9e5

Browse files
committed
README.txt: Add some build stuff
1 parent 26cad48 commit 880d9e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Compiling on GNU/Linux:
8181
-----------------------
8282

8383
Install 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

8686
Download 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

119120
Compiling on Windows:
120121
---------------------

0 commit comments

Comments
 (0)