nuget magic to icalico

Issue #191 new
Keith O'Hara created an issue

add nuget magic to add libraries.

for example:

http://numerics.mathdotnet.com/docs/

Comments (7)

  1. Doug Blank

    Looks like nuget.exe should be run directly by Windows, and may need to have an environment variable set.

    Mac and Linux can use mono to run it.

  2. Keith O'Hara reporter

    Maybe we should recurse through the subdirectories. That way modules/ & bin/ would be better organized.

  3. Doug Blank

    I think we have three options:

    1. put them all in the same directory
    2. add directories to MONO_PATH
    3. add the DLLs to the Assemblies individually, by path
  4. Doug Blank

    Added a basic magic:

    %nuget install Microsoft.WindowsAzure.Management.HDInsight
    

    To see what that installed:

    %lang console ls -l ../modules/

  5. Log in to comment