aboutsummaryrefslogtreecommitdiff
path: root/README.txt
AgeCommit message (Collapse)Author
2015-05-11Add LibGMPest31
Uses system provided libgmp if found, if not it falls back to mini-gmp.
2015-05-11Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of ↵Megaf
libjpeg8-dev. On Debian 8... ``` Package libjpeg8-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libjpeg62-turbo-dev ``` Using libjpeg-dev should make the OS select the most appropriate lib to be installed. These are the packages available on Debian 8. ``` libjpeg-dev - Development files for the JPEG library [dummy package] libjpeg-turbo-progs - Programs for manipulating JPEG files libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols) libjpeg62-turbo - libjpeg-turbo JPEG runtime library libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library libturbojpeg1 - TurboJPEG runtime library - SIMD optimized libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols) libturbojpeg1-dev - Development files for the TurboJPEG library ``` This seems to work on all current Debian versions, Wheezy, Jessie and Sid. https://packages.debian.org/wheezy/libjpeg-dev https://packages.debian.org/jessie/libjpeg-dev https://packages.debian.org/stretch/libjpeg-dev Im not sure if Ubuntu has this dummy package. http://packages.ubuntu.com/search?keywords=libjpeg-dev Perhaps this should be further discussed. libjpeg8-dev -> libjpeg-dev
2015-03-27Clean up and tweak build systemShadowNinja
* Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
2015-03-17Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin
2015-02-20update README.txtNer'zhul
* prefix apt-get with sudo * git clone minetest_game without going to folder * execute minetest binary without going into bin folder
2015-02-10README.txt: Simplify initial build steps by using git to fetch sourcesest31
Also simplify wget steps and apt-get install zlib1g-dev libjsoncpp-dev
2015-02-04Fix download URLSteven Smith
2014-07-29Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan5
CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476
2014-07-07Update default control documentationBlockMen
2014-06-29Add redis options to documentationsfan5
2014-03-03Document CMake options in READMESfan5
2013-09-08Add fallback font support for some languages.Ilya Zhuravlev
2013-07-03Update wiki urlBlockMen
2013-05-25Higher resolution menuheaderPilzAdam
2013-05-18Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam
2013-05-07Update default controls in README and pause menuPilzAdam
2013-05-06Fix shader license headers to be LGPLBrent Hull
2013-03-26README.txt: Add some build stuffPerttu Ahola
2013-03-21Update README.txt to instruct to get minetest/common tooPerttu Ahola
2013-02-24Update Copyright YearsSfan5
2013-02-24Update READMEPilzAdam
2013-02-14Add Freetype supportIlya Zhuravlev
2012-12-07Update READMEIlya Zhuravlev
2012-06-05Clean and optimize clouds.cpp enough to not really contain any of the small ↵Perttu Ahola
amount of non-LGPLv2/later code left
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-04-04Minimally update compiling on Windows in README.txtPerttu Ahola
2012-04-04Add to README.txt's example dependencies on Linux: libogg-dev libvorbis-dev ↵Perttu Ahola
libopenal-dev
2012-03-31Add license of Lua in README.txtPerttu Ahola
2012-03-26Move games/minetest to games/minimal and update README.txtPerttu Ahola
2012-03-20Update vc10 build script example in README.txtPerttu Ahola
2012-03-19Update README.txt a bitPerttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2011-12-02Fix mod licensing and add a mention about sound licensing in README.txtPerttu Ahola
2011-12-02Add a note about mods being under CC BY-SA 3.0 like texturesPerttu Ahola
2011-11-05Improve "compile on Windows" section in readmePerttu Ahola
2011-11-03Update /README.txt, remove duplicate /doc/README.txt and update ↵Perttu Ahola
CMakeLists.txt to package /README.txt
2011-08-22Update README.txtPerttu Ahola
2011-07-20added gettext supportConstantin Wenger
german translation file and bashscript to update translations
2011-06-25Reorganizing stuff (import from temporary git repo)Perttu Ahola