From MyWiki

Jump to: navigation, search

SVN Repositories

This page lists where to get source code for my various plugins. Generally, source code is only available via anonymous SVN. I do not offer zipped archives, simply because code is only interesting for developers and such users are usually familiar with using a version control system.

TabSRMM and Clist Nicer

Both plugins are hosted inside the main SVN repository for Miranda. When you checkout Miranda from Googlecode, you'll also get the code for these plugins.

The URI for the TRUNK Miranda repository is:

This will check out trunk code which means you'll get the bleeding edge, code which is under heavy development. You should not use this when your goal is to compile a stable Miranda version.

The URI for stable code is:

Where to put the code?

All my plugins have been set up in a way that their code must be in a folder just one level below the /plugins subfolder in the Miranda source code tree. For example:

C:\code\Miranda\plugins\tabSRMM
C:\code\Miranda\plugins\clist_nicer

History editor

These two plugins are not hosted inside the main Miranda repository. I'am using googlecode to host them and the repository can be accessed here:

Sound Volume

The source code is available here (.ZIP archive, about 480K).

Like tabSRMM and Clist Nicer, these plugins are also configured to be built from a subfolder under the \plugins directory.

Supported build environments

  • Visual C++ 6.0 (also known as Visual Studio 98) (ANSI and UNICODE builds, x86 32bit only)
  • Visual Studio 2010 (Visual C++ 10.0) (all platforms, ANSI and UNICODE builds, 32- and 64bit)

are the only officially supported build environments for all my plugins. Project files are available for 6.0 (.dsw / .dsp) and 10.0 (.sln / .vcxproj). Other versions should work when you convert the .dsw/.dsp project files.

SVN clients

Using and understanding SVN can be hard for a new user, but there are some very nice graphical clients for Windows. I recommend Tortoise SVN[1] or Rapid SVN[2] which are both very feature-rich and easy to use.

Users of Microsoft Visual Studio (2005 or later) should also consider Ankh SVN[3](Open Source) or Visual SVN[4] which is a commercial product but free license keys for open source developers are available.

License and copyrights

The source code for all my plugins is licensed under the Gnu General Public License Version 2 or any later version.


References:
  1. [1] - a SVN frontend for Microsoft Windows
  2. [2] - a multiplatform GUI frontend for SVN
  3. [3] - Ankh SVN for Visual Studio
  4. [4] - Visual SVN

Revision: 1808
Last modified: 2010 / 4 / 19