Implements binary package symlinking to $babelDir/bin.

This fixes the issues outlined http://forum.nimrod-code.org/t/163;
Windows support is still TODO.
This commit is contained in:
Dominik Picheta 2013-06-21 21:49:50 +01:00
commit b56262010b
3 changed files with 37 additions and 13 deletions

View file

@ -8,4 +8,5 @@
* A way to install specific versions of a package.
* more package download methods
* Allow for proper versions of packages to download. Reuse 'version' field
in packages.json.
in packages.json.
* Install only .nim files when installing library packages?