Skip to content

Installing dependencies

enbacode edited this page Oct 22, 2014 · 4 revisions

There are two ways of installing Sharpex2D: Using NuGet or including the source.

Using NuGet

Note: The current NuGet version is outdated (1.2.3) - please use method 2 until NuGet is up to date

  1. Create a new Windows Forms project in Visual Studio
  2. Open the Package Manager Console and type PM> Install-Package Sharpex2D

Including the source

  1. Download the latest sourcecode of Sharpex2D
    • a) By using git clone [email protected]:ThuCommix/Sharpex2D.git or
    • b) By downloading and unzipping the zip.
  2. Open Visual Studio and create an new Windows Forms Project
  3. Add the Sharpex2D project file in "srcdir/Sharpex2D/Sharpex2D.csproj" to your solution
  4. Add a reference to Sharpex2D in your Windows Forms project
Clone this wiki locally