-
Notifications
You must be signed in to change notification settings - Fork 18
Setting Up
Alexander Lozada edited this page Sep 3, 2016
·
4 revisions
TumblrSharp is currently on Nuget as New TumblrSharp. If you want TumblrSharp just for your own use, and don't wish to develop it further, simply use Nuget.
Install-Package NewTumblrSharpIf you'd like to use TumblrSharp via its source code to continue development, there are two methods.
The following is for Visual Studio users, but the same steps can be used for Xamarin studio, etc. with little modification.
This method is preferred, as you can easily change the TumblrSharp source if needed without switching projects / reloading .dll files.
- Clone or download the repository
- Open the project in which you wish to use TumblrSharp
- Add the
TumblrSharp.slnproject files to your solution. - Add references to all 2 newly added projects in your main project
- Clone or download the repository
- Build all included projects
- Add references to the
.dllfiles in your project