Skip to content

Commit

Permalink
Merge pull request #2 from niansa/patch-1
Browse files Browse the repository at this point in the history
Update getting_started.rst
  • Loading branch information
Mhowser committed Jun 28, 2019
2 parents 43555c5 + ac838ba commit 9de4c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Ubuntu 18.04 and 18.10
sudo dpkg --add-architecture i386
wget -O - https://mcpelauncher.mrarm.io/apt/conf/public.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/ bionic main'
sudo apt-get install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
sudo apt install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
You will need to install 32 bit graphics drivers - for integrated graphics and most AMD GPUs :code:`libegl1-mesa:i386 libegl1-mesa-dev:i386` will work.

Expand All @@ -39,7 +39,7 @@ Ubuntu 16.04
sudo add-apt-repository -y ppa:beineri/opt-qt596-xenial
wget -O - https://mcpelauncher.mrarm.io/apt/conf/public.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb http://mcpelauncher.mrarm.io/apt/ubuntu/ xenial main'
sudo apt-get install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
sudo apt install msa-daemon msa-ui-qt mcpelauncher-client mcpelauncher-ui-qt
# To launch do: . /opt/qt59/bin/qt59-env.sh && mcpelauncher-ui-qt
You will need to install 32 bit graphics drivers - for integrated graphics and most AMD GPUs :code:`libegl1-mesa:i386 libegl1-mesa-drivers:i386` will work.
Expand Down

0 comments on commit 9de4c9b

Please sign in to comment.