pspvc install help
1. Download pspvc from here:
http://pspvc.sourceforge.net/, saving it to your desktop.
2. Double click the pspvc tar.gz file on your desktop.
3. Press "Extract", ensure "Desktop" is listed as the location to extract the files, and then press the "Extract" button (again).
4. You should now have a pspvc-install-0.2.1 folder on your desktop.
5. Open Terminal or Konsole (whichever you have installed).
6. Install dependencies using this command:
Code:
sudo apt-get install libgtk2.0-dev libfaac-dev libxvidcore4-dev nasm build-essential
7. Several development libraries that pspvc requires will install. You'll see a bunch of output and it'll take a few seconds to complete.
8. Next, enter the following command, replacing user with your user name. This will change the prompt to the pspvc installation directory.
Code:
cd /home/user/Desktop/pspvc-install-0.2.1
9. To begin the pspvc install, enter this command:
Code:
sudo ./install.sh
10. When the install completes, you should see a message that says "PSPVC installation completed". You're done!