Created
September 15, 2019 10:12
-
-
Save MakStashkevich/1f3b0167743e47891d886c162e7f0b5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p "$HOME/git" | |
cd "$HOME/git" | |
git clone --recurse-submodules https://github.com/MCMrARM/mcpelauncher-linux | |
cd mcpelauncher-linux | |
sudo dpkg --add-architecture i386 | |
sudo apt install cmake gcc-multilib g++-multilib zlib1g-dev:i386 libx11-dev:i386 libzip-dev:i386 libpng-dev:i386 libcurl4-openssl-dev:i386 libssl-dev:i386 libgles2-mesa-dev:i386 libudev-dev:i386 libevdev-dev:i386 | |
sudo apt install libgtk2.0-0:i386 libgtkglext1:i386 libasound2:i386 libnss3:i386 libxss1:i386 libgconf2-4:i386 libxtst6:i386 libudev1:i386 | |
sudo apt install protobuf-compiler libprotobuf-dev:i386 | |
sudo apt install libgles2-mesa-dev:i386 and libegl1-mesa-dev:i386 | |
./setup_cef.sh | |
./download_icon.sh | |
./setup_bin_libs.sh | |
mkdir build | |
cd build | |
cmake .. | |
make -j$(nproc) | |
sudo make install | |
./mcpelauncher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment