Nuclex.Windows.Forms.Ninject/Dependencies.md

1.1 KiB

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.Native/           <-- 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
  • Nuclex.Windows.Forms
  • ninject
  • nunit (optional, if unit tests are built)
  • nmock (optional, if unit tests are built)

To Use this Library as a Binary

  • Nuclex.Windows.Forms.Ninject.dll
  • Nuclex.Windows.Forms.dll
  • Nuclex.Support.dll
  • Ninject.dll