Update README
parent
ab06fca4be
commit
1d13d106dd
23
README.txt
23
README.txt
|
@ -1,4 +1,4 @@
|
||||||
Minetest-c55
|
Minetest
|
||||||
============
|
============
|
||||||
|
|
||||||
An InfiniMiner/Minecraft inspired game.
|
An InfiniMiner/Minecraft inspired game.
|
||||||
|
@ -15,9 +15,10 @@ See the README.txt in it.
|
||||||
|
|
||||||
Further documentation
|
Further documentation
|
||||||
----------------------
|
----------------------
|
||||||
- Website: http://c55.me/minetest/
|
- Website: http://minetest.net/
|
||||||
- Wiki: http://c55.me/minetest/wiki/
|
- Wiki: http://wiki.minetest.com/
|
||||||
- Forum: http://c55.me/minetest/forum/
|
- Developer wiki: http://minetest.net/wiki/
|
||||||
|
- Forum: http://minetest.net/forum/
|
||||||
- Github: https://github.com/celeron55/minetest/
|
- Github: https://github.com/celeron55/minetest/
|
||||||
- doc/ directory of source distribution
|
- doc/ directory of source distribution
|
||||||
|
|
||||||
|
@ -128,8 +129,8 @@ Compiling on Windows:
|
||||||
* Optional: gettext bibrary and tools:
|
* Optional: gettext bibrary 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-c55:
|
* And, of course, Minetest:
|
||||||
http://c55.me/minetest/download
|
http://minetest.net/download.php
|
||||||
- Steps:
|
- Steps:
|
||||||
- Select a directory called DIR hereafter in which you will operate.
|
- Select a directory called DIR hereafter in which you will operate.
|
||||||
- Make sure you have CMake and a compiler installed.
|
- Make sure you have CMake and a compiler installed.
|
||||||
|
@ -244,8 +245,8 @@ popd
|
||||||
echo Failed.
|
echo Failed.
|
||||||
exit /b 1
|
exit /b 1
|
||||||
|
|
||||||
License of Minetest-c55 textures and sounds
|
License of Minetest textures and sounds
|
||||||
-------------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
This applies to textures and sounds contained in the main Minetest
|
This applies to textures and sounds contained in the main Minetest
|
||||||
distribution.
|
distribution.
|
||||||
|
@ -253,10 +254,10 @@ distribution.
|
||||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||||||
http://creativecommons.org/licenses/by-sa/3.0/
|
http://creativecommons.org/licenses/by-sa/3.0/
|
||||||
|
|
||||||
License of Minetest-c55 source code
|
License of Minetest source code
|
||||||
-----------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Minetest-c55
|
Minetest
|
||||||
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
|
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
|
Loading…
Reference in New Issue