Skip to content

Instantly share code, notes, and snippets.

@jasonsturges
Created March 29, 2017 22:02
Show Gist options
  • Save jasonsturges/3e0240bd2a82cf2dd06e4d7709fe0272 to your computer and use it in GitHub Desktop.
Save jasonsturges/3e0240bd2a82cf2dd06e4d7709fe0272 to your computer and use it in GitHub Desktop.
Build and install Haxe Foundation hxcpp haxelib for macOS from latest GitHub commit
#!/bin/bash
#### Description: Build and install Haxe Foundation hxcpp haxelib for macOS
#### from latest GitHub: https://github.com/HaxeFoundation/hxcpp
#### Written by: Jason Sturges - jason@jasonsturges.com on 2017-03-29
haxelib remove hxcpp
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git
cd /usr/local/lib/haxe/lib/hxcpp/git/tools/hxcpp
haxe compile.hxml 
cd /usr/local/lib/haxe/lib/hxcpp/git/tools/build/
haxe compile.hxml 
cd /usr/local/lib/haxe/lib/hxcpp/git/project
neko build.n clean
neko build.n
neko build.n mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment