How to install Hangfire from Hangfire-1.3.4.zip without going through NuGet?

Hello,

Environment: Visual Studio 2013
Application: ASP.NET MVC 5 with Web API v2

I tried to add *.dll shipped with Hangfire-1.3.4.zip to references but I’m getting several build errors even after configuring Startup.cs file properly. Build errors are pointing to lacking of Hangfire.IBootStrapper… Do I need to get Hangfire OWIN bootstrapper?

How can I install Hangfire from https://github.com/HangfireIO/Hangfire/releases/download/v1.3.4/Hangfire-1.3.4.zip without going through NuGet? - What is the proper way of doing manual install?

Any further help would be greatly appreciated. Thanks.

I’ve successfully integrated HangFire Github source code via: “git clone …” into my existing VS solution, by following my own instructions here