forked from minetest/minetest
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
darthfodder edited this page Mar 4, 2013
·
9 revisions
- Install Linux (tip: use a Virtual Machine)
- Install git:
apt-get install git
(configuration options) - Install dependencies:
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
- Get the source:
git clone https://github.com/ChicoTeam/minetest.git
- Go to games directory:
cd mintest/games
- Get the game source:
git clone https://github.com/ChicoTeam/minetest_game.git
- Go to MineTest root directory:
cd ../
- Build it:
cmake . -DRUN_IN_PLACE=1
-
make
(you can add-jX
to build faster, just replaceX
with your # of processors)
- Run it:
./bin/minetest
Note: These steps were adapted from the project's README.
- Add brightness option into minetest.conf: Issue #398
- Improved shader water bug: Issue #351
- Placing a block on the ground where the player stands: Issue #85
- Touchpad is too sensitive to use for gameplay: Issue #517
- encrypted password should be salted more strongly: Issue #221
- Add support for shift-click transfer of stacks: Issue #521
If you find an interesting issue, please add it to this list!