Skip to content

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 NewTumblrSharp

If 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.

Method 1: Adding Projects as References

This method is preferred, as you can easily change the TumblrSharp source if needed without switching projects / reloading .dll files.

  1. Clone or download the repository
  2. Open the project in which you wish to use TumblrSharp
  3. Add the TumblrSharp.sln project files to your solution.
  4. Add references to all 2 newly added projects in your main project

Method 2: Compiling and adding DLLs

  1. Clone or download the repository
  2. Build all included projects
  3. Add references to the .dll files in your project

Clone this wiki locally