@@ -8,7 +8,7 @@ How do I use it?
88
991 . Set up your environment by installing the following software:
1010
11- autoconf, automake, bison, flex, gcc, g++/gcc-c++, libusb-dev, make, ncurses, patch, readline, subversion, texinfo, wget, mpc, gmp, libelf, mpfr , git
11+ autoconf, automake, bison, bzip2, flex, gcc, g++/gcc-c++, gzip, libusb-dev, make, ncurses, patch, readline, subversion, texinfo, xz-utils, wget, libelf, git
1212
13132 . Set the PSPDEV and PATH environmental variables:
1414
@@ -32,30 +32,30 @@ How do I use it?
3232> After you are done use ` swapoff -a ` disable the swapfile. Finally you can
3333> remove it with ` rm ` .
3434
35- Ubuntu
36- ------
35+ Ubuntu/Debian
36+ -------------
3737
38- 1 . Install the required packages by running.
38+ 1 . Install the required packages by running:
3939
40- sudo apt-get install g++ build-essential autoconf automake cmake doxygen bison flex libncurses5-dev libsdl1.2-dev libreadline-dev libusb-dev texinfo libgmp3-dev libmpfr-dev libelf-dev libmpc-dev libfreetype6-dev zlib1g-dev libtool libtool-bin subversion git tcl unzip wget
40+ sudo ./prepare-debian-ubuntu.sh
4141
42422 . Build and install the toolchain and SDK.
4343
44- sudo ./toolchain-sudo.sh
44+ sudo ./toolchain-sudo.sh
4545
4646> NOTE: If you do not wish for the toolchain to be installed in /usr/local/pspdev then edit toolchain-sudo.sh and change the INSTALLDIR variable.
4747
4848OSX
4949---
5050
51511 . Install [ ` port ` ] [ MacPorts ] or [ ` brew ` ] [ HomeBrew ] .
52- 2 . Run ` prepare-mac-os.sh ` . This will auto-install all the libraries you will need before building.
52+ 2 . Install all the libraries you will need before building by running:
5353
54- sudo ./prepare-mac-os.sh
54+ sudo ./prepare-mac-os.sh
5555
56563 . Build and install the toolchain and SDK.
5757
58- sudo ./toolchain-sudo.sh
58+ sudo ./toolchain-sudo.sh
5959
6060Where do I go from here?
6161========================
0 commit comments