Skip to content

Getting Ignite

TheCloudlessSky edited this page Feb 9, 2012 · 1 revision

NuGet Installation

Using NuGet, run the following command to install Ignite on your current project:

PM> Install-Package Ignite

This resolves the dependencies of dotless and YUICompressor.NET.

Building From Source

If you prefer to install Ignite from source, run Build.cmd in the root directory. This will compile the code, run tests and create a bin folder that contains the Ignite.dll to use.

Clone this wiki locally