{"id":27223435,"url":"https://github.com/megaf/minetestpi-raspbian","last_synced_at":"2025-04-10T09:06:47.277Z","repository":{"id":21714693,"uuid":"25036233","full_name":"Megaf/MinetestPi-Raspbian","owner":"Megaf","description":"Binary Minetest build for Raspberries Pi","archived":false,"fork":false,"pushed_at":"2014-12-01T21:42:20.000Z","size":35804,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-09-06T02:53:23.605Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Megaf.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-10T13:18:10.000Z","updated_at":"2023-09-06T02:53:23.605Z","dependencies_parsed_at":"2022-08-17T23:15:28.296Z","dependency_job_id":null,"html_url":"https://github.com/Megaf/MinetestPi-Raspbian","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megaf%2FMinetestPi-Raspbian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megaf%2FMinetestPi-Raspbian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megaf%2FMinetestPi-Raspbian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megaf%2FMinetestPi-Raspbian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Megaf","download_url":"https://codeload.github.com/Megaf/MinetestPi-Raspbian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190517,"owners_count":21062282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-10T09:06:44.220Z","updated_at":"2025-04-10T09:06:47.258Z","avatar_url":"https://github.com/Megaf.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿Minetest\n========\n\nAn InfiniMiner/Minecraft inspired game.\n\nCopyright (c) 2010-2013 Perttu Ahola \u003cceleron55@gmail.com\u003e\nand contributors (see source file comments and the version control log)\n\nIn case you downloaded the source code:\n---------------------------------------\nIf you downloaded the Minetest Engine source code in which this file is\ncontained, you probably want to download the minetest_game project too:\n  https://github.com/minetest/minetest_game/\nSee the README.txt in it.\n\nFurther documentation\n----------------------\n- Website: http://minetest.net/\n- Wiki: http://wiki.minetest.net/\n- Developer wiki: http://dev.minetest.net/\n- Forum: http://forum.minetest.net/\n- Github: https://github.com/minetest/minetest/\n- doc/ directory of source distribution\n\nThis game is not finished\n--------------------------\n- Don't expect it to work as well as a finished game will.\n- Please report any bugs. When doing that, debug.txt is useful.\n\nDefault Controls\n-----------------\n- WASD: move\n- Space: jump/climb\n- Shift: sneak/go down\n- Q: drop itemstack (+ SHIFT for single item)\n- I: inventory\n- Mouse: turn/look\n- Mouse left: dig/punch\n- Mouse right: place/use\n- Mouse wheel: select item\n- T: chat\n- 1-8: select item\n\n- Esc: pause menu (pauses only singleplayer game)\n- R: Enable/Disable full range view\n- +: Increase view range\n- -: Decrease view range\n- K: Enable/Disable fly (needs fly privilege)\n- J: Enable/Disable fast (needs fast privilege)\n- H: Enable/Disable noclip (needs noclip privilege)\n\n- F1:  Hide/Show HUD\n- F2:  Hide/Show Chat\n- F3:  Disable/Enable Fog\n- F4:  Disable/Enable Camera update (Mapblocks are not updated anymore when disabled)\n- F5:  Toogle through debug info screens\n- F6:  Toogle through output data\n- F7:  Toggle through camera modes\n- F10: Show/Hide console\n- F12: Take screenshot\n\n- Settable in the configuration file, see the section below.\n\nPaths\n------\n$bin   - Compiled binaries\n$share - Distributed read-only data\n$user  - User-created modifiable data\n\nWindows .zip / RUN_IN_PLACE source:\n$bin   = bin\n$share = .\n$user  = .\n\nLinux installed:\n$bin   = /usr/bin\n$share = /usr/share/minetest\n$user  = ~/.minetest\n\nOS X:\n$bin   = ?\n$share = ?\n$user  = ~/Library/Application Support/minetest\n\nWorld directory\n----------------\n- Worlds can be found as separate folders in:\n    $user/worlds/\n\nConfiguration file:\n-------------------\n- Default location:\n    $user/minetest.conf\n- It is created by Minetest when it is ran the first time.\n- A specific file can be specified on the command line:\n\t--config \u003cpath-to-file\u003e\n\nCommand-line options:\n---------------------\n- Use --help\n\nCompiling on GNU/Linux:\n-----------------------\n\nInstall dependencies. Here's an example for Debian/Ubuntu:\n$ 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\n\nDownload source, extract (this is the URL to the latest of source repository, which might not work at all times):\n$ wget https://github.com/minetest/minetest/tarball/master -O master.tar.gz\n$ tar xf master.tar.gz\n$ cd minetest-minetest-286edd4 (or similar)\n\nDownload minetest_game (otherwise only the \"Minimal development test\" game is available)\n$ cd games/\n$ wget https://github.com/minetest/minetest_game/tarball/master -O minetest_game.tar.gz\n$ tar xf minetest_game.tar.gz\n$ mv minetest-minetest_game-* minetest_game\n$ cd ..\n\nBuild a version that runs directly from the source directory:\n$ cmake . -DRUN_IN_PLACE=1\n$ make -j2\n\nRun it:\n$ cd bin\n$ ./minetest\n\n- Use cmake . -LH to see all CMake options and their current state\n- If you want to install it system-wide (or are making a distribution package), you will want to use -DRUN_IN_PLACE=0\n- You can build a bare server or a bare client by specifying -DBUILD_CLIENT=0 or -DBUILD_SERVER=0\n- You can select between Release and Debug build by -DCMAKE_BUILD_TYPE=\u003cDebug or Release\u003e\n  - Debug build is slower, but gives much more useful output in a debugger\n- If you build a bare server, you don't need to have Irrlicht installed. In that case use -DIRRLICHT_SOURCE_DIR=/the/irrlicht/source\n\nCMake options\n-------------\nGeneral options:\n\nBUILD_CLIENT        - Build Minetest client\nBUILD_SERVER        - Build Minetest server\nCMAKE_BUILD_TYPE    - Type of build (Release vs. Debug)\n    Release         - Release build\n    Debug           - Debug build\n    RelWithDebInfo  - Release build with Debug information\n    MinSizeRel      - Release build with -Os passed to compiler to make executable as small as possible\nENABLE_CURL         - Build with cURL; Enables use of online mod repo, public serverlist and remote media fetching via http\nENABLE_FREETYPE     - Build with Freetype2; Allows using TTF fonts\nENABLE_GETTEXT      - Build with Gettext; Allows using translations\nENABLE_GLES         - Search for Open GLES headers \u0026 libraries and use them\nENABLE_LEVELDB      - Build with LevelDB; Enables use of LevelDB, which is much faster than SQLite, as map backend\nENABLE_REDIS        - Build with libhiredis; Enables use of redis map backend\nENABLE_SOUND        - Build with OpenAL, libogg \u0026 libvorbis; in-game Sounds\nDISABLE_LUAJIT      - Do not search for LuaJIT headers \u0026 library\nRUN_IN_PLACE        - Create a portable install (worlds, settings etc. in current directory)\nUSE_GPROF           - Enable profiling using GProf\nVERSION_EXTRA       - Text to append to version (e.g. VERSION_EXTRA=foobar -\u003e Minetest 0.4.9-foobar)\n\nLibrary specific options:\n\nBZIP2_INCLUDE_DIR               - Linux only; directory where bzlib.h is located\nBZIP2_LIBRARY                   - Linux only; path to libbz2.a/libbz2.so\nCURL_DLL                        - Only if building with cURL on Windows; path to libcurl.dll\nCURL_INCLUDE_DIR                - Only if building with cURL; directory where curl.h is located\nCURL_LIBRARY                    - Only if building with cURL; path to libcurl.a/libcurl.so/libcurl.lib\nEGL_INCLUDE_DIR                 - Only if building with GLES; directory that contains egl.h\nEGL_egl_LIBRARY                 - Only if building with GLES; path to libEGL.a/libEGL.so\nFREETYPE_INCLUDE_DIR_freetype2  - Only if building with Freetype2; directory that contains an freetype directory with files such as ftimage.h in it\nFREETYPE_INCLUDE_DIR_ft2build   - Only if building with Freetype2; directory that contains ft2build.h\nFREETYPE_LIBRARY                - Only if building with Freetype2; path to libfreetype.a/libfreetype.so/freetype.lib\nFREETYPE_DLL                    - Only if building with Freetype2 on Windows; path to libfreetype.dll\nGETTEXT_DLL                     - Only when building with Gettext on Windows; path to libintl3.dll\nGETTEXT_ICONV_DLL               - Only when building with Gettext on Windows; path to libiconv2.dll\nGETTEXT_INCLUDE_DIR             - Only when building with Gettext; directory that contains iconv.h\nGETTEXT_LIBRARY                 - Only when building with Gettext on Windows; path to libintl.dll.a\nGETTEXT_MSGFMT                  - Only when building with Gettext; path to msgfmt/msgfmt.exe\nIRRLICHT_DLL                    - path to Irrlicht.dll\nIRRLICHT_INCLUDE_DIR            - directory that contains IrrCompileConfig.h\nIRRLICHT_LIBRARY                - path to libIrrlicht.a/libIrrlicht.so/libIrrlicht.dll.a\nLEVELDB_INCLUDE_DIR             - Only when building with LevelDB; directory that contains db.h\nLEVELDB_LIBRARY                 - Only when building with LevelDB; path to libleveldb.a/libleveldb.so/libleveldb.dll.a\nLEVELDB_DLL                     - Only when building with LevelDB on Windows; path to libleveldb.dll\nREDIS_INCLUDE_DIR               - Only when building with redis support; directory that contains hiredis.h\nREDIS_LIBRARY                   - Only when building with redis support; path to libhiredis.a/libhiredis.so\nLUA_INCLUDE_DIR                 - Only if you want to use LuaJIT; directory where luajit.h is located\nLUA_LIBRARY                     - Only if you want to use LuaJIT; path to libluajit.a/libluajit.so\nMINGWM10_DLL                    - Only if compiling with MinGW; path to mingwm10.dll\nOGG_DLL                         - Only if building with sound on Windows; path to libogg.dll\nOGG_INCLUDE_DIR                 - Only if building with sound; directory that contains an ogg directory which contains ogg.h\nOGG_LIBRARY                     - Only if building with sound; path to libogg.a/libogg.so/libogg.dll.a\nOPENAL_DLL                      - Only if building with sound on Windows; path to OpenAL32.dll\nOPENAL_INCLUDE_DIR              - Only if building with sound; directory where al.h is located\nOPENAL_LIBRARY                  - Only if building with sound; path to libopenal.a/libopenal.so/OpenAL32.lib\nOPENGLES2_INCLUDE_DIR           - Only if building with GLES; directory that contains gl2.h\nOPENGLES2_gl_LIBRARY            - Only if building with GLES; path to libGLESv2.a/libGLESv2.so\nSQLITE3_INCLUDE_DIR             - Only if you want to use SQLite from your OS; directory that contains sqlite3.h\nSQLITE3_LIBRARY                 - Only if you want to use the SQLite from your OS; path to libsqlite3.a/libsqlite3.so\nVORBISFILE_DLL                  - Only if building with sound on Windows; path to libvorbisfile-3.dll\nVORBISFILE_LIBRARY              - Only if building with sound; path to libvorbisfile.a/libvorbisfile.so/libvorbisfile.dll.a\nVORBIS_DLL                      - Only if building with sound on Windows; path to libvorbis-0.dll\nVORBIS_INCLUDE_DIR              - Only if building with sound; directory that contains a directory vorbis with vorbisenc.h inside\nVORBIS_LIBRARY                  - Only if building with sound; path to libvorbis.a/libvorbis.so/libvorbis.dll.a\nXXF86VM_LIBRARY                 - Only on Linux; path to libXXf86vm.a/libXXf86vm.so\nZLIB_DLL                        - Only on Windows; path to zlib1.dll\nZLIBWAPI_DLL                    - Only on Windows; path to zlibwapi.dll\nZLIB_INCLUDE_DIR                - directory where zlib.h is located\nZLIB_LIBRARY                    - path to libz.a/libz.so/zlibwapi.lib\n\nCompiling on Windows:\n---------------------\n- This section is outdated. In addition to what is described here:\n  - In addition to minetest, you need to download minetest_game.\n  - If you wish to have sound support, you need libogg, libvorbis and libopenal\n\n- You need:\n\t* CMake:\n\t\thttp://www.cmake.org/cmake/resources/software.html\n\t* MinGW or Visual Studio\n\t\thttp://www.mingw.org/\n\t\thttp://msdn.microsoft.com/en-us/vstudio/default\n\t* Irrlicht SDK 1.7:\n\t\thttp://irrlicht.sourceforge.net/downloads.html\n\t* Zlib headers (zlib125.zip)\n\t\thttp://www.winimage.com/zLibDll/index.html\n\t* Zlib library (zlibwapi.lib and zlibwapi.dll from zlib125dll.zip):\n\t\thttp://www.winimage.com/zLibDll/index.html\n\t* Optional: gettext library and tools:\n\t\thttp://gnuwin32.sourceforge.net/downlinks/gettext.php\n\t\t- This is used for other UI languages. Feel free to leave it out.\n\t* And, of course, Minetest:\n\t\thttp://minetest.net/download.php\n- Steps:\n\t- Select a directory called DIR hereafter in which you will operate.\n\t- Make sure you have CMake and a compiler installed.\n\t- Download all the other stuff to DIR and extract them into there.\n\t  (\"extract here\", not \"extract to packagename/\")\n\t  NOTE: zlib125dll.zip needs to be extracted into zlib125dll\n\t- All those packages contain a nice base directory in them, which\n\t  should end up being the direct subdirectories of DIR.\n\t- You will end up with a directory structure like this (+=dir, -=file):\n\t-----------------\n\t+ DIR\n\t\t- zlib-1.2.5.tar.gz\n\t\t- zlib125dll.zip\n\t\t- irrlicht-1.7.1.zip\n\t\t- 110214175330.zip (or whatever, this is the minetest source)\n\t\t+ zlib-1.2.5\n\t\t\t- zlib.h\n\t\t\t+ win32\n\t\t\t...\n\t\t+ zlib125dll\n\t\t\t- readme.txt\n\t\t\t+ dll32\n\t\t\t...\n\t\t+ irrlicht-1.7.1\n\t\t\t+ lib\n\t\t\t+ include\n\t\t\t...\n\t\t+ gettext (optional)\n\t\t\t+bin\n\t\t\t+include\n\t\t\t+lib\n\t\t+ minetest\n\t\t\t+ src\n\t\t\t+ doc\n\t\t\t- CMakeLists.txt\n\t\t\t...\n\t-----------------\n\t- Start up the CMake GUI\n\t- Select \"Browse Source...\" and select DIR/minetest\n\t- Now, if using MSVC:\n\t\t- Select \"Browse Build...\" and select DIR/minetest-build\n\t- Else if using MinGW:\n\t\t- Select \"Browse Build...\" and select DIR/minetest\n\t- Select \"Configure\"\n\t- Select your compiler\n\t- It will warn about missing stuff, ignore that at this point. (later don't)\n\t- Make sure the configuration is as follows\n\t  (note that the versions may differ for you):\n\t-----------------\n\tBUILD_CLIENT             [X]\n\tBUILD_SERVER             [ ]\n\tCMAKE_BUILD_TYPE         Release\n\tCMAKE_INSTALL_PREFIX     DIR/minetest-install\n\tIRRLICHT_SOURCE_DIR      DIR/irrlicht-1.7.1\n\tRUN_IN_PLACE             [X]\n\tWARN_ALL                 [ ]\n\tZLIB_DLL                 DIR/zlib125dll/dll32/zlibwapi.dll\n\tZLIB_INCLUDE_DIR         DIR/zlib-1.2.5\n\tZLIB_LIBRARIES           DIR/zlib125dll/dll32/zlibwapi.lib\n\tGETTEXT_BIN_DIR          DIR/gettext/bin\n\tGETTEXT_INCLUDE_DIR      DIR/gettext/include\n\tGETTEXT_LIBRARIES        DIR/gettext/lib/intl.lib\n\tGETTEXT_MSGFMT           DIR/gettext/bin/msgfmt\n\t-----------------\n\t- Hit \"Configure\"\n\t- Hit \"Configure\" once again 8)\n\t- If something is still coloured red, you have a problem.\n\t- Hit \"Generate\"\n\tIf using MSVC:\n\t\t- Open the generated minetest.sln\n\t\t- The project defaults to the \"Debug\" configuration. Make very sure to\n\t\t  select \"Release\", unless you want to debug some stuff (it's slower\n\t\t  and might not even work at all)\n\t\t- Build the ALL_BUILD project\n\t\t- Build the INSTALL project\n\t\t- You should now have a working game with the executable in\n\t\t\tDIR/minetest-install/bin/minetest.exe\n\t\t- Additionally you may create a zip package by building the PACKAGE\n\t\t  project.\n\tIf using MinGW:\n\t\t- Using the command line, browse to the build directory and run 'make'\n\t\t  (or mingw32-make or whatever it happens to be)\n\t\t- You may need to copy some of the downloaded DLLs into bin/, see what\n\t\t  running the produced executable tells you it doesn't have.\n\t\t- You should now have a working game with the executable in\n\t\t\tDIR/minetest/bin/minetest.exe\n\nWindows releases of minetest are built using a bat script like this:\n--------------------------------------------------------------------\n\nset sourcedir=%CD%\nset installpath=\"C:\\tmp\\minetest_install\"\nset irrlichtpath=\"C:\\tmp\\irrlicht-1.7.2\"\n\nset builddir=%sourcedir%\\bvc10\nmkdir %builddir%\npushd %builddir%\ncmake %sourcedir% -G \"Visual Studio 10\" -DIRRLICHT_SOURCE_DIR=%irrlichtpath% -DRUN_IN_PLACE=1 -DCMAKE_INSTALL_PREFIX=%installpath%\nif %errorlevel% neq 0 goto fail\n\"C:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe\" ALL_BUILD.vcxproj /p:Configuration=Release\nif %errorlevel% neq 0 goto fail\n\"C:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe\" INSTALL.vcxproj /p:Configuration=Release\nif %errorlevel% neq 0 goto fail\n\"C:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe\" PACKAGE.vcxproj /p:Configuration=Release\nif %errorlevel% neq 0 goto fail\npopd\necho Finished.\nexit /b 0\n\n:fail\npopd\necho Failed.\nexit /b 1\n\nLicense of Minetest textures and sounds\n---------------------------------------\n\nThis applies to textures and sounds contained in the main Minetest\ndistribution.\n\nAttribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)\nhttp://creativecommons.org/licenses/by-sa/3.0/\n\nAuthors of media files\n-----------------------\nEverything not listed in here:\nCopyright (C) 2010-2012 celeron55, Perttu Ahola \u003cceleron55@gmail.com\u003e\n\nBlockMen:\n  textures/base/pack/menuheader.png\n\nerlehmann:\n  misc/minetest-icon-24x24.png\n  misc/minetest-icon.ico\n  misc/minetest-icon.svg\n  textures/base/pack/logo.png\n\nLicense of Minetest source code\n-------------------------------\n\nMinetest\nCopyright (C) 2010-2013 celeron55, Perttu Ahola \u003cceleron55@gmail.com\u003e\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation; either version 2.1 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\nIrrlicht\n---------------\n\nThis program uses the Irrlicht Engine. http://irrlicht.sourceforge.net/\n\n The Irrlicht Engine License\n\nCopyright © 2002-2005 Nikolaus Gebhardt\n\nThis software is provided 'as-is', without any express or implied\nwarranty. In no event will the authors be held liable for any damages\narising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose,\nincluding commercial applications, and to alter it and redistribute\nit freely, subject to the following restrictions:\n\n   1. The origin of this software must not be misrepresented; you\n      must not claim that you wrote the original software. If you use\n\t  this software in a product, an acknowledgment in the product\n\t  documentation would be appreciated but is not required.\n   2. Altered source versions must be plainly marked as such, and must\n      not be misrepresented as being the original software.\n   3. This notice may not be removed or altered from any source\n      distribution.\n\n\nJThread\n---------------\n\nThis program uses the JThread library. License for JThread follows:\n\nCopyright (c) 2000-2006  Jori Liesenborgs (jori.liesenborgs@gmail.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the \"Software\"),\nto deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL\nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n\nLua\n---------------\n\nLua is licensed under the terms of the MIT license reproduced below.\nThis means that Lua is free software and can be used for both academic\nand commercial purposes at absolutely no cost.\n\nFor details and rationale, see http://www.lua.org/license.html .\n\nCopyright (C) 1994-2008 Lua.org, PUC-Rio.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nFonts\n---------------\n\nDejaVu Sans Mono:\n\n  Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.\n  Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)\n\nBitstream Vera Fonts Copyright:\n\n  Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is\n  a trademark of Bitstream, Inc.\n\nArev Fonts Copyright:\n\n  Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.\n\nLiberation Fonts Copyright:\n\n  Copyright (c) 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.\n\nDroidSansFallback:\n\n  Copyright (C) 2008 The Android Open Source Project\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegaf%2Fminetestpi-raspbian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegaf%2Fminetestpi-raspbian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegaf%2Fminetestpi-raspbian/lists"}