Installation of ILNumerics.Net components
ILNumerics.Net does not need any installation. All modules are provided as binaries (runtime distributions) or as source code packages. Choose the distribution which best fits your needs on the download page .
Using the runtime distribution
After downloading the needed binary package(s) (zip format), unpack them into a single folder on your harddisk.
Using the source code distribution
If you want to develop / debug ILNumerics.Net source code, you may download the source code from our download page. Unpack the zip files into the same folder (important, since the modules depend on each other) on your harddisk. Build the projects using the Visual Studio 2005 solutions included. Pay attention to build them in that order: ILNumerics.Net, ILNumerics.Drawing. You'll than find the binaries in the bin/ directory to be referenced from within your code.