Menu

Tree [e18e9a] master /
 History

HTTPS access


File Date Author Commit
 UI 2014-04-17 Adam Tkac Adam Tkac [17b5c5] Add compatibility with Windows XP and bump vers...
 cpp-sdk 2014-03-26 Adam Tkac Adam Tkac [e33e9d] More compilation fixes for VS
 deprecated 2014-03-26 Adam Tkac Adam Tkac [f6f225] Marked Outlook addin as deprecated.
 docs 2011-05-16 toccy toccy [424d1e] stab branch v10
 mainclientDll 2014-03-26 Adam Tkac Adam Tkac [95550c] Remove accidental #if 0 which prevents Redempti...
 CMakeLists.txt 2014-04-17 Adam Tkac Adam Tkac [17b5c5] Add compatibility with Windows XP and bump vers...
 LICENSE.txt 2014-03-03 Adam Tkac Adam Tkac [73e208] Move AGPLv3 LICENSE.txt to the root of the project
 Readme.txt 2014-10-16 Adam Tkac Adam Tkac [e18e9a] Update documentation related to Git for Windows
 config.h.in 2014-04-17 Adam Tkac Adam Tkac [17b5c5] Add compatibility with Windows XP and bump vers...

Read Me

=====BUILDING======

====Prerequisites====

  * cmake (http://www.cmake.org/)
    * used for generating Visual Studio projects and solution
    * can be used for compilation

  * nsis (http://nsis.sourceforge.net)
    * used for creating NSIS installer

  * Visual Studio Professional (Express version DOESN'T WORK)
    * used for debugging and compilling
    * can be used for source code modifications

  * Outlook Redepmtion libraries (http://www.dimastr.com/redemption/home.htm)
    * used to "hook" into Outlook and modify it's *.pst files

  * Git for Windows (http://git-scm.com/download/win)
    * not needed but recommended for development
    * includes "git bash" application which is UNIX shell with vim, git and
      other standard UNIX commands

====Compilation and generating NSIS installer====

  * clone upstream git repository
  * run following commands in either Windows or in "git bash" command line
    * cmake -T v110_xp .
    * cmake --build . --config Release
    * cpack
  * installer is now located in the project root directory
  * "cmake ." generates Visual Studio solution so you can
    browse/modify/compile/debug source from Visual Studio IDE

====Debugging====

  * check "Compilation and generating NSIS installer" section above
  * run "cmake ." to generate VS solution and debug project from VS IDE

====Installation====

  * ensure that Visual Studio 2012 Redistributable package is installed
    (http://www.microsoft.com/en-us/download/details.aspx?id=30679)
  * ensure that Outlook Redepmtion libraries are installed
    (http://www.dimastr.com/redemption/home.htm)
  * install GetOut
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.