Skip to content

andyvand/darwin-sdk

 
 

Repository files navigation

darwin-sdk

Source repository for the Darwin ARM SDK.

This package requires the following to be installed before building:

  • dpkg-dev (if on debian/ubuntu/mint)
  • devscripts (if on debian/ubuntu/mint)
  • debhelper (if on debian/ubuntu/mint)
  • clang-3.4 (currently clang-3.5 breaks xnu build)
  • llvm-dev
  • uuid-dev
  • libdb-dev
  • libssl-dev
  • libblocksruntime-dev
  • libc6-dev-i386 (if 64bit)
  • gcc-multilib (if 64bit)
  • build-essential
  • flex
  • tcsh
  • bison
  • automake
  • autogen
  • libtool
  • perl

NOTE: Package names may vary from one distro to the next.

To build and install this package on a debian/ubuntu/mint system run the following:

dpkg-buildpackage -us -uc
sudo dpkg -i ../darwin-sdk*.deb

To build and install this package on other linux distros (until we get proper package support):

sudo make install

About

Source repository for the Darwin ARM SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.1%
  • C++ 15.7%
  • Roff 2.0%
  • Objective-C 1.3%
  • Assembly 0.2%
  • Shell 0.2%
  • Other 0.5%