mcpelauncher-linux icon indicating copy to clipboard operation
mcpelauncher-linux copied to clipboard

Trying to install mcpelauncher-linux on Fedora 27

Open rdstonech opened this issue 6 years ago • 2 comments

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

rdstonech avatar Feb 20 '18 18:02 rdstonech

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.

nic96 avatar Feb 21 '18 06:02 nic96

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.

alejzeis avatar May 13 '18 22:05 alejzeis