diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2013-09-29 16:27:18 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2013-09-29 16:27:18 -0700 |
commit | cc31c45d8cccfb22a694e81f795ab77a98dbf745 (patch) | |
tree | e9586c5f3a96c2e35c77115a10307933d197c2ac /compiling.txt | |
parent | 323746d39bfa3830194974658233d0b45809b060 (diff) |
Pretend to link against iOS 7 to get the flat UI.
Diffstat (limited to 'compiling.txt')
-rw-r--r-- | compiling.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiling.txt b/compiling.txt index a01cc0d..d6bea4c 100644 --- a/compiling.txt +++ b/compiling.txt @@ -2,6 +2,6 @@ 1) install the official Apple iOS SDK 2) install Fink (the only sane choice) 3) activate Fink (. /sw/bin/init.sh) -4) sudo fink install bash ldid tar wget xz +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 |