Update README
parent
9bd76f2972
commit
22b0039ad4
22
README.txt
22
README.txt
|
@ -4,22 +4,22 @@ Minetest
|
||||||
An InfiniMiner/Minecraft inspired game.
|
An InfiniMiner/Minecraft inspired game.
|
||||||
|
|
||||||
Copyright (c) 2010-2012 Perttu Ahola <celeron55@gmail.com>
|
Copyright (c) 2010-2012 Perttu Ahola <celeron55@gmail.com>
|
||||||
and ther contributors (see source file comments and the version control log)
|
and contributors (see source file comments and the version control log)
|
||||||
|
|
||||||
In case you downloaded the source code:
|
In case you downloaded the source code:
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
If you downloaded the Minetest Engine source code in which this file is
|
If you downloaded the Minetest Engine source code in which this file is
|
||||||
contained, you probably want to download the minetest_game project too:
|
contained, you probably want to download the minetest_game project too:
|
||||||
https://github.com/celeron55/minetest_game/
|
https://github.com/minetest/minetest_game/
|
||||||
See the README.txt in it.
|
See the README.txt in it.
|
||||||
|
|
||||||
Further documentation
|
Further documentation
|
||||||
----------------------
|
----------------------
|
||||||
- Website: http://minetest.net/
|
- Website: http://minetest.net/
|
||||||
- Wiki: http://wiki.minetest.com/
|
- Wiki: http://wiki.minetest.com/
|
||||||
- Developer wiki: http://minetest.net/wiki/
|
- Developer wiki: http://dev.minetest.net/
|
||||||
- Forum: http://minetest.net/forum/
|
- Forum: http://forum.minetest.net/
|
||||||
- Github: https://github.com/celeron55/minetest/
|
- Github: https://github.com/minetest/minetest/
|
||||||
- doc/ directory of source distribution
|
- doc/ directory of source distribution
|
||||||
|
|
||||||
This game is not finished
|
This game is not finished
|
||||||
|
@ -41,7 +41,7 @@ Default Controls
|
||||||
Paths
|
Paths
|
||||||
------
|
------
|
||||||
$bin - Compiled binaries
|
$bin - Compiled binaries
|
||||||
$share - Cistributed read-only data
|
$share - Distributed read-only data
|
||||||
$user - User-created modifiable data
|
$user - User-created modifiable data
|
||||||
|
|
||||||
Windows .zip / RUN_IN_PLACE source:
|
Windows .zip / RUN_IN_PLACE source:
|
||||||
|
@ -83,15 +83,15 @@ 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
|
||||||
|
|
||||||
Download source, extract (this is the URL to the latest of source repository, which might not work at all times):
|
Download source, extract (this is the URL to the latest of source repository, which might not work at all times):
|
||||||
$ wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz
|
$ wget https://github.com/minetest/minetest/tarball/master -O master.tar.gz
|
||||||
$ tar xf master.tar.gz
|
$ tar xf master.tar.gz
|
||||||
$ cd celeron55-minetest-286edd4 (or similar)
|
$ cd minetest-minetest-286edd4 (or similar)
|
||||||
|
|
||||||
Download minetest_game (otherwise only the "Minimal development test" game is available)
|
Download minetest_game (otherwise only the "Minimal development test" game is available)
|
||||||
$ cd games/
|
$ cd games/
|
||||||
$ wget https://github.com/celeron55/minetest_game/tarball/master -O master.tar.gz
|
$ wget https://github.com/minetest/minetest_game/tarball/master -O master.tar.gz
|
||||||
$ tar xf master.tar.gz
|
$ tar xf master.tar.gz
|
||||||
$ mv celeron55-minetest_game-* minetest_game
|
$ mv minetest-minetest_game-* minetest_game
|
||||||
$ cd ..
|
$ cd ..
|
||||||
|
|
||||||
Build a version that runs directly from the source directory:
|
Build a version that runs directly from the source directory:
|
||||||
|
@ -126,7 +126,7 @@ Compiling on Windows:
|
||||||
http://www.winimage.com/zLibDll/index.html
|
http://www.winimage.com/zLibDll/index.html
|
||||||
* Zlib library (zlibwapi.lib and zlibwapi.dll from zlib125dll.zip):
|
* Zlib library (zlibwapi.lib and zlibwapi.dll from zlib125dll.zip):
|
||||||
http://www.winimage.com/zLibDll/index.html
|
http://www.winimage.com/zLibDll/index.html
|
||||||
* Optional: gettext bibrary and tools:
|
* Optional: gettext library and tools:
|
||||||
http://gnuwin32.sourceforge.net/downlinks/gettext.php
|
http://gnuwin32.sourceforge.net/downlinks/gettext.php
|
||||||
- This is used for other UI languages. Feel free to leave it out.
|
- This is used for other UI languages. Feel free to leave it out.
|
||||||
* And, of course, Minetest:
|
* And, of course, Minetest:
|
||||||
|
|
Loading…
Reference in New Issue