diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 04:28:46 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 04:28:46 -0700 |
commit | ee4120ad73865a96d394b3ea36b2a3fe25f9473a (patch) | |
tree | a402737363423bc2ef8223a2ef91a7dc349c7960 /compiling.txt | |
parent | da961b4be7abe043920f672c7020692adc81f9ac (diff) |
Remove cycc requirement.
Diffstat (limited to 'compiling.txt')
-rw-r--r-- | compiling.txt | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/compiling.txt b/compiling.txt index 411d0b1..72d3040 100644 --- a/compiling.txt +++ b/compiling.txt @@ -1,5 +1,18 @@ 0) use a Mac (I'm sorry, I really am) -1) install Cydia Substrate (in beta) -2) install Fink (the only sane choice) -3) activate Fink (. /sw/bin/init.sh) -4) fink install bash ldid wget +1) install the official Apple iOS SDK + +2) build a sysroot/ of Telesphoreo by: + + a) downloading and extracting this tarball: + http://test.saurik.com/cydia/sysroot-2.tgz + + -or- + + b) doing the following crazy stunts: + i) install Cydia Substrate (in beta) + ii) install Fink (the only sane choice) + iii) activate Fink (. /sw/bin/init.sh) + iv) fink install bash ldid tar wget + v) run ./sysroot.sh and wait a bit + +3) type "make" to compile the executable |