44 lines
1.2 KiB
Markdown
44 lines
1.2 KiB
Markdown
Nuclex.Windows.Forms.Ninject Dependencies
|
|
=========================================
|
|
|
|
|
|
To Compile the Library
|
|
----------------------
|
|
|
|
This project is intended to be placed into a source tree using submodules to replicate
|
|
the following directory layout:
|
|
|
|
root/
|
|
Nuclex.Windows.Forms.Ninject/ <-- you are here
|
|
...
|
|
|
|
Nuclex.Windows.Forms/ <-- Git: nuclex-shared-dotnet/Nuclex.Windows.Forms
|
|
...
|
|
|
|
Nuclex.Support/ <-- Git: nuclex-shared-dotnet/Nuclex.Support
|
|
...
|
|
|
|
third-party/
|
|
nunit
|
|
ninject
|
|
nmock
|
|
|
|
You should already have that directory layout in place if you cloned the "frame fixer"
|
|
repository (with `--recurse-submodules`).
|
|
|
|
The actual, direct requirements of the code to compile are:
|
|
|
|
* Nuclex.Support (project)
|
|
* Nuclex.Windows.Forms (project)
|
|
* ninject (NuGet package)
|
|
* nunit (NuGet package, optional, if unit tests are built)
|
|
|
|
|
|
To Use this Library as a Binary
|
|
-------------------------------
|
|
|
|
* Nuclex.Support (project)
|
|
* Nuclex.Windows.Forms (project)
|
|
* Nuclex.Windows.Forms.Ninject (project)
|
|
* ninject (NuGet package)
|