Skip to content
Snippets Groups Projects
  1. Oct 04, 2016
  2. Sep 30, 2016
  3. Aug 10, 2016
  4. Jul 29, 2016
    • Nathaniel Olsen's avatar
      Update README.txt (#4368) · cc01c3cb
      Nathaniel Olsen authored
      * Update README.txt
      
      As of Ubuntu 16.10, libpng12-dev is replaced with libpng12-0, since libpng12-0 is available in 16.04 repositories, I think that needed to be changed.
      
      Also I changed 'git-core' to 'git' for fedora users, keep it consistent with the ubuntu/debian instructions.
      
      * Update README.txt
      cc01c3cb
  5. Jul 08, 2016
    • est31's avatar
      Ubuntu build HOWTO: Suggest to install git instead of git-core · 27905f1a
      est31 authored
      The package docs for the git-core Ubuntu package in all supported
      Ubuntu versions, including 12.04 say:
      
      This is a transitional dummy package.  The 'git-core' package has been
      renamed to 'git', which has been installed automatically.  This git-core
      package is now obsolete, and can safely be removed from the system if no
      other package depends on it.
      
      Fixes #4109
      27905f1a
  6. May 22, 2016
  7. May 11, 2016
  8. Mar 25, 2016
  9. Feb 25, 2016
  10. Nov 06, 2015
  11. Sep 03, 2015
  12. Jul 27, 2015
  13. May 11, 2015
    • est31's avatar
      Add LibGMP · 181f7baa
      est31 authored
      Uses system provided libgmp if found, if not it falls back to mini-gmp.
      181f7baa
    • Megaf's avatar
      Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of libjpeg8-dev. · 58eae433
      Megaf authored
      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
      58eae433
  14. Mar 27, 2015
    • ShadowNinja's avatar
      Clean up and tweak build system · 93fcab95
      ShadowNinja authored
        * 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.
      93fcab95
  15. Mar 17, 2015
  16. Feb 20, 2015
    • Loïc Blot's avatar
      update README.txt · 109f0ffe
      Loïc Blot authored
      * prefix apt-get with sudo
      * git clone minetest_game without going to folder
      * execute minetest binary without going into bin folder
      109f0ffe
  17. Feb 10, 2015
  18. Feb 04, 2015
  19. Jul 29, 2014
    • sfan5's avatar
      Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL... · 17345404
      sfan5 authored
      Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL 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
      17345404
  20. Jul 07, 2014
  21. Jun 29, 2014
  22. Mar 03, 2014
  23. Sep 08, 2013
  24. Jul 03, 2013
  25. May 25, 2013
  26. May 18, 2013
  27. May 07, 2013
  28. May 06, 2013
  29. Mar 26, 2013
  30. Mar 21, 2013
  31. Feb 24, 2013
  32. Feb 14, 2013
  33. Dec 06, 2012
  34. Jun 05, 2012
  35. Apr 04, 2012
Loading