haxelib setup
Before you can use haxelib you have to go through an easy setup
Step 1.: Create a directory where the libraries are stored and make sure that you have the right to access this folder. On a *nix system that could be done with
sudo mkdir -p /usr/lib/haxe/lib sudo chown myusername -R /usr/lib/haxe
Step 2.: Run the haxelib setup
haxelib setup
Please enter haxelib repository path with write accessHit enter for default (/usr/lib/haxe/lib)Path : <hit Enter>haxelib repository is now /usr/lib/haxe/lib/
version #7979, modified 2010-02-04 06:18:02 by Abscissa