-
Notifications
You must be signed in to change notification settings - Fork 9
Installing dependencies
enbacode edited this page Oct 22, 2014
·
4 revisions
There are two ways of installing Sharpex2D: Using NuGet or including the source.
Note: The current NuGet version is outdated (1.2.3) - please use method 2 until NuGet is up to date
- Create a new Windows Forms project in Visual Studio
- Open the Package Manager Console and type
PM> Install-Package Sharpex2D
- Download the latest sourcecode of Sharpex2D
- a) By using
git clone [email protected]:ThuCommix/Sharpex2D.git
or - b) By downloading and unzipping the zip.
- a) By using
- Open Visual Studio and create an new Windows Forms Project
- Add the Sharpex2D project file in "srcdir/Sharpex2D/Sharpex2D.csproj" to your solution
- Add a reference to Sharpex2D in your Windows Forms project