Ubuntu ePSXe InstallFrom Emu BombOriginal source: http://ubuntuforums.org/showthread.php?t=612021 1. Create a file in your home directory called "epsxe-install.sh"
sudo aptitude install unzip cd ~ mkdir ePSXe_install cd ePSXe_install wget http://www.epsxe.com/files/epsxe160lin.zip wget http://www.pbernert.com/gpupetemesagl176.tar.gz wget http://www.pbernert.com/gpupetexgl208.tar.gz wget http://www.pbernert.com/gpupeopssoftx117.tar.gz wget http://www.pbernert.com/gpupeopssoftsdl116.tar.gz wget http://www.myte.ca/pub/spupeopsoss-alsa109.tar.gz wget http://www.pbernert.com/spupetenull101.tar.gz wget http://www.emuxhaven.net/emuxhaven/psx/plugin/spuEternal141_linux.tgz wget http://www.myte.ca/pub/omnijoy-1.0.0-bin32.tar.gz wget http://members.chello.at/erich.kitzmueller/ammoq/down/padJoy082.tgz export EPSXE='/usr/local/games/epsxe' sudo mkdir $EPSXE sudo unzip -d $EPSXE epsxe160lin.zip sudo tar xfz gpupetemesagl176.tar.gz -C $EPSXE/plugins/ sudo tar xfz gpupetexgl208.tar.gz -C $EPSXE/plugins/ sudo tar xfz gpupeopssoftx117.tar.gz -C $EPSXE/plugins/ sudo tar xfz gpupeopssoftsdl116.tar.gz -C $EPSXE/plugins/ sudo tar xfz spupeopsoss-alsa109.tar.gz -C $EPSXE/plugins/ sudo tar xfz spupetenull101.tar.gz -C $EPSXE/plugins/ sudo tar xfz spuEternal141_linux.tgz -C $EPSXE/plugins/ sudo tar xfz omnijoy-1.0.0-bin32.tar.gz -C $EPSXE/plugins/ sudo tar xfz padJoy082.tgz -C $EPSXE/plugins/ cd $EPSXE/plugins/ sudo mv padJoy/bin/* . sudo rm -rf padJoy sudo mv cfg* ../cfg/ sudo mv *.cfg ../cfg/ sudo chmod 666 ../cfg/*.cfg cd $EPSXE sudo chmod 777 cfg sstates snap memcards sudo touch memcards/epsxe000.mcr memcards/epsxe001.mcr .epsxerc sudo chmod 666 memcards/* sudo chmod 666 .epsxerc For Gutsy (Ununtu 7.10): sudo aptitude install upx-ucl-beta cd $EPSXE sudo cp epsxe epsxe_bak sudo upx -d epsxe If you are running a 32 bit version of Ubuntu (i.e. NOT 64-bit): sudo aptitude install libgtk1.2-common libgtk1.2 libstdc++2.10-glibc2.2 If you are running a 64bit version of Ubuntu, things are a bit more complex... First you need to add dfreers repository. Go here and find your version of Ubuntu and follow the instructions. After you have done that: For Feisty64 (Ubuntu 7.04 - 64-bit): (These steps assume that you have not already installed the 32bit gtk/glib stuff. If you have, you can skip this.) sudo aptitude install ia32-libs-gtk cd ~/ePSXe_install mkdir tmp_libs cd tmp_libs wget http://mirrors.kernel.org/ubuntu/pool/main/g/gtk+1.2/libgtk1.2_1.2.10-18_i386.deb wget http://mirrors.kernel.org/ubuntu/pool/main/g/glib1.2/libglib1.2_1.2.10-17build1_i386.deb wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-24_i386.deb dpkg -x libgtk1.2_1.2.10-18_i386.deb . dpkg -x libglib1.2_1.2.10-17build1_i386.deb . dpkg -x libstdc++2.10-glibc2.2_2.95.4-24_i386.deb . sudo cp usr/lib/* /usr/lib32/ For Gutsy64 (Ununtu 7.10 - 64-bit): sudo aptitude install ia32-libs lib32glib1.2 lib32gtk1.2 cd ~/ePSXe_install mkdir tmp_libs cd tmp_libs wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-24_i386.deb dpkg -x libstdc++2.10-glibc2.2_2.95.4-24_i386.deb . sudo cp usr/lib/* /usr/lib32/ Common changes (Everyone add this): cd ~ rm -rf ePSXe_install
su -; cd ~; ./epsxe-install.sh
sudo gedit /usr/local/bin/epsxe and paste this: #!/bin/bash export EPSXE='/usr/local/games/epsxe' export LD_LIBRARY_PATH=$EPSXE cd $EPSXE ./epsxe chmod 666 $EPSXE/cfg/*.cfg $EPSXE/sstates/* $EPSXE/memcards/*.mcr $EPSXE/snap/* 2>/dev/null Save/Close, and change permissions for the new file (run the following in terminal): sudo chmod 755 /usr/local/bin/epsxe
You may need a BIOS file or plugins for the following, you can get these here
|
