Skip to content

Commit

Permalink
README.txt: Add some build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron55 committed Mar 26, 2013
1 parent 26cad48 commit 880d9e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.txt
Expand Up @@ -81,7 +81,7 @@ Compiling on GNU/Linux:
-----------------------

Install dependencies. Here's an example for Debian/Ubuntu:
$ 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
$ 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

Download source, extract (this is the URL to the latest of source repository, which might not work at all times):
$ wget https://github.com/minetest/minetest/tarball/master -O master.tar.gz
Expand Down Expand Up @@ -115,6 +115,7 @@ $ ./minetest
- You can build a bare server or a bare client by specifying -DBUILD_CLIENT=0 or -DBUILD_SERVER=0
- You can select between Release and Debug build by -DCMAKE_BUILD_TYPE=<Debug or Release>
- Debug build is slower, but gives much more useful output in a debugger
- If you build a bare server, you don't need to have Irrlicht installed. In that case use -DIRRLICHT_SOURCE_DIR=/the/irrlicht/source

Compiling on Windows:
---------------------
Expand Down

1 comment on commit 880d9e5

@doyousketch2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been building from source on the latest Debian testing with XFCE - and came across a libSM.so compile error. It may be wise to point out that libsm-dev may be needed in your dependency list as well. On another note - dunno if it's any different, but I used libcurl4-openssl-dev because it was recommended on the forum.

Please sign in to comment.