Skip to content

Instantly share code, notes, and snippets.

@SchizoDuckie
Created July 7, 2015 20:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SchizoDuckie/eb4975d32c1ba9983065 to your computer and use it in GitHub Desktop.
Save SchizoDuckie/eb4975d32c1ba9983065 to your computer and use it in GitHub Desktop.
dependencies for build_osx.sh
git clone https://github.com/hogliux/bomutils && cd bomutils && make && sudo make install
sudo apt-get install libxml2-dev libssl-dev
wget https://xar.googlecode.com/files/xar-1.5.2.tar.gz && tar -zxvf ./xar-1.5.2.tar.gz && cd ./xar-1.5.2 && ./configure && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment