]> git.saurik.com Git - cydia.git/blobdiff - compiling.txt
Ignore .dSYM folders I am suddenly ending up with.
[cydia.git] / compiling.txt
index 72d30403b3816b6967cceeb1eb768a3ffa91602d..d6bea4ca60ab967ea8585f4622ee550bb05c7afb 100644 (file)
@@ -1,18 +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 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
+2) install Fink (the only sane choice)
+3) activate Fink (. /sw/bin/init.sh)
+4) sudo fink install bash ldid sed tar wget xz
+5) run ./sysroot.sh and wait a bit
+6) type "make" to compile the executable