Updated Installing on Linux (markdown)

archshift 2014-05-04 13:40:50 -07:00
parent c58efee6a5
commit 7019a4a232
1 changed files with 2 additions and 5 deletions

@ -27,10 +27,7 @@ Some of the required packages to build PCSX2 are available only in the [AUR](htt
#### Build system #### Build system
`gcc`, `gcc-multilib`, `cmake` `gcc`, `gcc-multilib`, `cmake`
#### 32-bit libraries on x86 #### 32-bit libraries
`alsa-lib`, `bzip2`, `glew`, `wxgtk`, `libjpeg`, `portaudio`, `sdl`, `google-sparsehash`, `nvidia-cg-toolkit`
#### 32-bit libraries on x86_64
Add or uncomment the following lines in `/etc/pacman.conf`: Add or uncomment the following lines in `/etc/pacman.conf`:
``` ```
[Multilib] [Multilib]
@ -41,7 +38,7 @@ Refresh package list:
pacman -Sy pacman -Sy
``` ```
`lib32-alsa-lib`, `lib32-bzip2`, `lib32-libjpeg`, `lib32-glew`, `lib32-nvidia-cg-toolkit`, `lib32-portaudio`, `lib32-sdl`, `lib32-wxgtk` `lib32-libaio`, `lib32-libcanberra`, `lib32-libjpeg-turbo`, `lib32-glew`, `lib32-nvidia-cg-toolkit`, `lib32-portaudio`, `lib32-soundtouch`, `lib32-wxgtk2.8`
### Using CMake ### Using CMake