-
Notifications
You must be signed in to change notification settings - Fork 99
ARM support
MCMrARM edited this page Nov 30, 2018
·
3 revisions
This launcher has experimental ARM hard-float ABI support.
You'll need to install Python in addition to the standard dependencies.
Before building do the following:
cd mcpelauncher-linux-bin
git checkout armhf
cd ..
cd minecraft-symbols/tools
python3 process_headers.py --armhf
cd ..
Then compile from sources normally:
mkdir -p build && cd build
cmake ..
make -j8
You'll probably want to do export OPENSSL_armcap=7
(or export OPENSSL_armcap=0
if you're running into crashes) before running the launcher.
You may need to use the --disable-fmod
option currently.