Leopard 10.5.8

Originally Posted by
Gilgamesh88
2. Retrieve PS2Toolchain, and compile it
Code:
> cd $PS2DEV
> svn co svn://svn.ps2dev.org/ps2/trunk/ps2toolchain
> cd ps2toolchain
> make
Code:
make: *** No targets specified and no makefile found. Stop.
$ ls -lAh
total 24
drwxr-xr-x 8 barf staff 272B Jan 4 16:44 .svn
drwxr-xr-x 9 barf staff 306B Jan 4 16:44 depends
drwxr-xr-x 6 barf staff 204B Jan 4 16:44 patches
-rw-r--r-- 1 barf staff 900B Jan 4 16:44 readme.txt
drwxr-xr-x 9 barf staff 306B Jan 4 16:44 scripts
-rwxr-xr-x 1 barf staff 571B Jan 4 16:44 toolchain-sudo.sh
-rwxr-xr-x 1 barf staff 1.0K Jan 4 16:44 toolchain.sh
I tried to run ./toolchain.sh, but
Code:
./toolchain.sh
ls: /Users/barf/PS2Dev/ps2sdk: No such file or directory
../depends/check-wget.sh: line 5: wget: command not found
ERROR: Install wget before continuing.
../depends/check-wget.sh: Failed.
Perhaps it works better if I change the toolchain to work with cURL? Does anyone know if wget recursive is used?
I compiled wget from source
However fails when trying to compile.