MCMrARM / mcpelauncher-linux

Please note this is a legacy repository, please go to: https://github.com/minecraft-linux/mcpelauncher-manifest/wiki
GNU General Public License v3.0
312 stars 46 forks source link

Trying to install mcpelauncher-linux on Fedora 27 #335

Open rdstonech opened 6 years ago

rdstonech commented 6 years ago

Hello, I have some problems while install ml-linux on Fedora

  1. I installed these packages: gcc gcc-c++ zlib-devel.i686 libX11-devel.i686 libzip-devel.i686 libpng-devel.i686 libcurl-devel.i686 openssl-devel.i686 mesa-libGLES-devel.i686 systemd-devel.i686 libevdev-devel.i686

  2. Then: gtk2.i686 gtkglext-libs.i686 alsa-lib.i686 nss.i686 libXScrnSaver.i686 GConf2.i686 libXtst.i686

  3. ... protobuf-compiler protobuf-devel.i686

But I have problems when typing ./setup_cef.sh: 2018-02-20 21-35-41 2018-02-20 21-35-46

nic96 commented 6 years ago

Make sure you have wget installed since the script uses wget. And if you obtain mcpelauncher-linux using git you'll also have to update the submodule:

git clone https://github.com/MCMrARM/mcpelauncher-linux.git

Then cd into the directory and also update the submodules

cd mcpelauncher-linux
git submodule init
git submodule update

After that ./setup_cef.sh should run fine.

alejzeis commented 6 years ago

Make sure you have glibc-devel.i686 and libgcc.i686 installed. EDIT: Also make sure you have p11-kit-trust.i686 installed or else logging into google to download the APK won't work.