Skip to content

ema29/TemplePlus

 
 

Repository files navigation

TemplePlus

[Build status] (https://ci.appveyor.com/project/shartte/templeplus)

Quickstart

  • Get Microsoft Visual Studio
  • Get a Git client (such as Source Tree). You can switch to Visual Studio's built in Source Control later.
  • Clone the repository (use the HTTPS URL instead of the SSH URL so you can use Visual Studio's Git integration).
  • Configure the solution so it points to your ToEE folder when running the debugger (right click -> Properties -> Configuration Properties -> Debugging -> Working Directory)
  • Create a file TemplePlus.ini in your ToEE directory and add the following (adjust the path to the TemplePlus dev folder)
[TemplePlus]
additionalTioPaths=D:\TemplePlus\tpdata;D:\TemplePlus\dependencies
  • Download the latest binary dependency release and unzip it into the dependencies folder inside your dev folder.
  • Press F5 :)

Special thanks to Deleaker for providing a free copy and supporting open source :)
www.deleaker.com

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.4%
  • C 13.5%
  • Python 3.5%
  • C# 1.4%
  • Objective-C 0.2%