PCSX2 Documentation/Chroot and 64-bit Linux: Difference between revisions

 
(One intermediate revision by the same user not shown)
Line 60: Line 60:
===Debian / Ubuntu===
===Debian / Ubuntu===
''ia32-libs-dev and ia32-libs-gtk are DEPRECATED, don't use them.''
''ia32-libs-dev and ia32-libs-gtk are DEPRECATED, don't use them.''
M
 
ulti-arch which allow to install any architecture library in any architecture system (ease also cross-compilation). You need to add :i386 suffix when you install a package. For example  
Multi-arch which allow to install any architecture library in any architecture system (ease also cross-compilation). You need to add :i386 suffix when you install a package. For example  
<source lang="bash">
<source lang="bash">
apt-get install pcsx2:i386
apt-get install pcsx2:i386
Line 70: Line 70:
===Arch Linux===
===Arch Linux===
''Seem to be working for some users.''
''Seem to be working for some users.''
Some of the required packages to build PCSX2 are available only in AUR unsupported. So, the use of an AUR helper (ex: yaourt) is highly advised! Hopefully all 32 bits package can be found.
Some of the required packages to build PCSX2 are available only in AUR unsupported. So, the use of an AUR helper (ex: yaourt) is highly advised! Hopefully all 32 bits package can be found.
<source lang="bash">
<source lang="bash">
ninja
782

edits