summaryrefslogtreecommitdiff
path: root/compiling.txt
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-25 03:07:59 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:18 -0800
commit0ed60f3289608de917c304d027eb99c4bdc84ae2 (patch)
treed1c42ab014e3e8f98f5353009965322c61582305 /compiling.txt
parent569d107cce540315f637375c07e9685f25999fe7 (diff)
Remove alternative sysroot-2.tgz as sysroot.sh is no longer egregious.
Diffstat (limited to 'compiling.txt')
-rw-r--r--compiling.txt20
1 files changed, 5 insertions, 15 deletions
diff --git a/compiling.txt b/compiling.txt
index bb3b719..a01cc0d 100644
--- a/compiling.txt
+++ b/compiling.txt
@@ -1,17 +1,7 @@
0) use a Mac (I'm sorry, I really am)
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 Fink (the only sane choice)
- ii) activate Fink (. /sw/bin/init.sh)
- ii) fink install bash ldid tar wget xz
- iv) run ./sysroot.sh and wait a bit
-
-3) type "make" to compile the executable
+2) install Fink (the only sane choice)
+3) activate Fink (. /sw/bin/init.sh)
+4) sudo fink install bash ldid tar wget xz
+5) run ./sysroot.sh and wait a bit
+6) type "make" to compile the executable