Skip to content

Source repository for the Darwin ARM SDK.

NotificationsYou must be signed in to change notification settings

darwin-on-arm/darwin-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60acf00 · Oct 12, 2017

History

21 Commits
Apr 10, 2015
Oct 2, 2017
Oct 3, 2017
Dec 20, 2014
Dec 20, 2014
Dec 20, 2014
Dec 20, 2014
Oct 12, 2017
Apr 10, 2015
Jun 25, 2015

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