Compile

From Miranda IM - Wiki

Revision as of 17:38, 29 June 2009 by ASSami (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The following instructions are for TortoiseSVN and Visual Studio. The steps may differ for other clients.

  1. Create a new folder, e.g. C:\Projects\Miranda Trunk
  2. Right click on this folder. The folder menu will contain an entry entitled "SVN Checkout". Choose URL and enter http://miranda.googlecode.com/svn/trunk/ for the current testing source code and http://miranda.googlecode.com/svn/branches/stable/ for the stable source code.
  3. Search for the include files in C:\Projects\Miranda Trunk\miranda\include and add this directory to the global include paths in your Visual Studio settings.
  4. To compile the plugins, search for .vcproj files in the directories.
  5. Create your own plugins in a subdirectory of C:\Projects\Miranda Trunk\miranda\plugins

How to compile with VS C++ 2008 Express Edition