Skip to content

ryanscottmurphy/TweetDuck

 
 

Repository files navigation

Build Instructions

The program was build using Visual Studio 2013. After opening the solution, make sure you have CefSharp.WinForms and Microsoft.VC120.CRT.JetBrains included - if not, download them using NuGet. For CefSharp, you will need version 53 or newer currently available as a pre-release.

PM> Install-Package CefSharp.WinForms -Version 53.0.1
PM> Install-Package Microsoft.VC120.CRT.JetBrains

After building, run _postbuild.bat which deletes unnecessary files that CefSharp adds after post-build events >_>

Built files are then available in bin/x86 and/or bin/x64.

About

A Windows Client for TweetDeck.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 78.4%
  • JavaScript 16.1%
  • Inno Setup 5.4%
  • Batchfile 0.1%