Go to file
Emanuele Sorce e2e53697ab Update README.md 2017-07-18 05:02:48 -06:00
README.md Update README.md 2017-07-18 05:02:48 -06:00
app.desktop Update app.desktop 2017-07-17 17:07:16 +02:00
build.sh Create build.sh 2017-07-17 15:18:56 +02:00
manifest.json Pushed click package files 2017-07-15 22:22:27 +02:00
minetest-startup.sh Saving space on the .cache directory 2017-07-18 04:59:10 -06:00
minetest.apparmor Pushed click package files 2017-07-15 22:22:27 +02:00
package.sh Update package.sh 2017-07-17 16:01:19 +02:00

README.md

minetest-ubuntu-touch

Package minetest in a click for ubuntu touch devices

Building and packaging

Tested environment: libertine container inside target environment.

Clone the minetest 0.4.16 repository. Copy the file in this repo in the root of the repo tree. create a directory called sharedobjects in the root of the repo tree and put inside the shared library requested: libIrrlicht.so.1.8, libopenal.so.1, libvorbisfile.so.3, copyed from /usr/lib/arm-linux-gnueabihf/. From minetest repository README, install all the dependencies. Then run in sequence build.sh and package.sh. You'll get the .click package file there.

Known Issues

As LibIrrlicht doesn't support yet running on X.orgless environment, everything here is just useless because at the end of the day the graphic engine will just crash. A solution might be adding the 'X-Ubuntu-XMir-Enable=TRUE' in the desktop file, but it doesn't work.