����Linux�Ż�
Linux����

Install pSX emulator on Ubuntu AMD64

����ʱ��:2007-11-27 01:31:21��Դ:��������:Promises
This emulator fully emulates the Sony Playstation. Compatibility is fairly high, most games I��ve tried work well.An R3000 debugger is contained which may be of interest to people working on translations.Originally a windows Playstation 1 Emulator, it has recently been ported over to linux.pSX has all plugins built into the emulator, so there is no need to find plugin��s and configure them.
Preparing Your System

sudo apt-get install ia32-libs ia32-libs-sdl ia32-libs-gtk

Download pSX emulator Using the following command

wget -c http://mirrors.kernel.org/ubuntu/pool/universe/g/gtkglext/libgtkglext1_1.0.6-2.1ubuntu1_i386.deb

sudo dpkg -x libgtkglext1_1.0.6-2.1ubuntu1_i386.deb libgtkglext

sudo mv -v libgtkglext/usr/lib/* /usr/lib32/


sudo rm -Rv libgtkglext

sudo rm -v libgtkglext1_1.0.6-2.1ubuntu1_i386.deb

wget -c http://psxemulator.gazaxian.com/pSX_linux_1_11.tar.bz2

tar xvf pSX_linux_1_11.tar.bz2

sudo rm -v pSX_linux_1_11.tar.bz2

cd pSX/

Run psx emulator using the following command

./pSX
��������

���� 0 ������