Skip to content

Cydia Installer. Modified to compile on recent Xcode releases, and use Homebrew instead of Fink. Mirror of git://git.saurik.com/cydia.git

Notifications You must be signed in to change notification settings

enterstudio/Cydia-Installer

 
 

Repository files navigation

Cydia Installer

This has been modified to work with recent Xcode releases and Homebrew instead of Fink. Other than that, it is a mirror of git://git.saurik.com/cydia.git.

Important

A computer running OS X is required to build Cydia. There is no way around this.

Build Instructions

  1. Install the official Apple iOS SDK, which comes with Xcode. Note that recent Xcode builds do not support the armv6 architecture.
  2. Install Homebrew
  3. Run brew install bash ldid gnu-tar wget xz
  4. Clone this repo. Use either the CLI git command, or your favorite GUI. (I use SourceTree by Atlassian)
  5. If you checked out using the CLI, type in git submodule update --init Skip this if you use SourceTree , as it does this automatically for you.
  6. Run ./sysroot.sh and wait a bit
  7. Type "make" to compile.

Notes

Recent builds of Xcode do not have support for the armv6 architecture, which is the CPU architecture found on older iDevices.

This makefile has been modified so that it compiles for armv7. If you have an iOS SDK old enough to support armv6, you may use "makefile-armv6"

FAQs

Q1. I get -bash: ./sysroot.sh: /usr/local/bin/bash: bad interpreter: No such file or directory What does this mean?

A1. It means you didn't follow instructions. Make sure you have installed Homebrew and ran brew install bash ldid gnu-tar wget xz

Q2. I get ld: file is universal (4 slices) but does not contain a(n) armv6 slice: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/lib/crt1.o for architecture armv6

A2. You are trying to compile for the armv6 architecture with a recent Xcode build. That doesn't work, sadly.

Q3. The script tells me to "read compiling.txt" ...What?

A3. You messed up somehow. Make sure you have installed Homebrew and ran brew install bash ldid gnu-tar wget xz

Mirrors

This Git repo is avaliable on GitHub (main) and BitBucket (mirror).

It was originally cloned from git://git.saurik.com/cydia.git , which is Saurik's own Git repo. Web UI is avaliable here: http://gitweb.saurik.com/cydia.git .

About

Cydia Installer. Modified to compile on recent Xcode releases, and use Homebrew instead of Fink. Mirror of git://git.saurik.com/cydia.git

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C++ 74.0%
  • Objective-C 10.7%
  • C 6.8%
  • JavaScript 2.5%
  • Shell 2.2%
  • C++ 2.0%
  • Other 1.8%