Skip to content

Instantly share code, notes, and snippets.

View marcocom's full-sized avatar

marco comparato marcocom

View GitHub Profile
@wwwins
wwwins / upgrade_haxe3_nme.sh
Last active December 14, 2015 20:08
Upgrade NME and Haxe3.
# @author flashisobar http://flashisobar.blogspot.com/
# first install haxe3
# http://haxe.org/file/haxe-3.0.0-rc-osx.tar.gz
# backup haxe2
sudo mv /usr/lib/haxe /usr/lib/haxe.bak
unzip haxe-3.0.0-rc-osx.tar.gz
sudo mv haxe-3.0.0-rc-osx /usr/lib/haxe
mkdir /usr/lib/haxe/lib
chmod 777 /usr/lib/haxe/lib