File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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+
7280Installing Android SDK
7381~~~~~~~~~~~~~~~~~~~~~~
7482
You can’t perform that action at this time.
0 commit comments