Skip to content

Commit 5638a53

Browse files
committed
Added Arch linux dependencies in doc
1 parent 18af2a1 commit 5638a53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/quickstart.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ install most of these with::
6969
sudo apt-get update
7070
sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-7-jdk unzip ant ccache
7171

72+
On Arch Linux (64 bit) you should be able to run the following to
73+
install most of the dependencies (note: this list may not be
74+
complete). gcc-multilib will conflict with (and replace) gcc if not
75+
already installed. If your installation is already 32-bit, install the
76+
same packages but without ``lib32-`` or ``-multilib``::
77+
78+
sudo pacman -S jdk7-openjdk python2 python2-pip python2-kivy mesa-libgl lib32-mesa-libgl lib32-sdl2 lib32-sdl2_image lib32-sdl2_mixer sdl2_ttf unzip gcc-multilib gcc-libs-multilib
79+
7280
Installing Android SDK
7381
~~~~~~~~~~~~~~~~~~~~~~
7482

0 commit comments

Comments
 (0)