Added ffmpeg, haxelib, Matt's Traceroute and imagemagick convert.

This commit is contained in:
Peter Tripp
2014-05-30 11:27:55 -07:00
parent b25008440e
commit 66b8ce3fc6
4 changed files with 72 additions and 0 deletions

19
pages/common/haxelib.md Normal file
View File

@@ -0,0 +1,19 @@
# haxelib
> Haxe Library Manager
- Search for a Haxe library
`haxelib search {{keyword}}`
- Install a Haxe library
`haxelib install {{libname}}`
- Upgrade all installed Haxe libraries
`haxelib upgrade`
- Install the development version of a library from a Git repository
`haxelib git {{libname}} {{GIT-URL}}`