Skip to content

Instantly share code, notes, and snippets.

@katopz
Created March 19, 2015 04:58
Show Gist options
  • Save katopz/2fe41d674d0c5e7adfca to your computer and use it in GitHub Desktop.
Save katopz/2fe41d674d0c5e7adfca to your computer and use it in GitHub Desktop.
jxcore prerequisites
# Refer to https://github.com/jxcore/jxcore/blob/master/doc/HOW_TO_COMPILE.md
# Install brew first (Ruby should already there)
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# GCC 4.2 or newer (for SpiderMonkey builds 4.7+)
brew install gcc
# Python 2.6 or 2.7
brew install python
# GNU Make 3.81 or newer (Not sure on this one, should be already come with xcode build tool?)
xcode-select --install
# libexecinfo (FreeBSD and OpenBSD only)
brew install libconfig
# for SpiderMonkey : 'which' python module (sudo easy_install tools/which-1.1.0-py2.7.egg)
sudo easy_install tools/which-1.1.0-py2.7.egg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment