Mercurial > hg > easyhg-kdiff3
comparison kdiff3/diff_ext_for_kdiff3/README @ 75:08ea9b86c12c
KDiff3-0.9.91
author | joachim99 |
---|---|
date | Sat, 04 Nov 2006 00:05:00 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
74:069521efec1a | 75:08ea9b86c12c |
---|---|
1 Diff-Ext for KDiff3 - Readme | |
2 ============================ | |
3 | |
4 Authors: | |
5 Sergey Zorin (Author of diff-ext, see http://diff-ext.sourceforge.net) | |
6 Joachim Eibl (KDiff3-specific extensions and integration, see http://kdiff3.sourceforge.net) | |
7 | |
8 | |
9 Copyright (c): | |
10 Original Diff-Ext: Copyright (c) 2003-2006, Sergey Zorin, All rights reserved. | |
11 Extensions for KDiff3: Copyright (c) 2006, Joachim Eibl | |
12 | |
13 | |
14 License: See file LICENSE in this subdirectory | |
15 | |
16 | |
17 Building: | |
18 Via MinGW-compiler package (http://www.mingw.org/): Compile via gnu-make (Makefile) | |
19 Via MSVC2005: Use vcproj-file. | |
20 | |
21 | |
22 Installation: | |
23 For basic testing you can run "regsvr32 diff_ext_for_kdiff3.dll". | |
24 To use all features the installation that comes with the KDiff3-setup*.exe is recommended. | |
25 See also the nsi-file available on the KDiff3-subversion-repository: | |
26 http://svn.sourceforge.net/viewvc/*checkout*/kdiff3/trunk/kdiff3/windows_installer/kdiff3.nsi | |
27 | |
28 | |
29 Translation: | |
30 If you would like help translating diff-ext-for-kdiff3 please copy the diff_ext.pot to | |
31 diff_ext_xx.po (where xx is the language-shortcut). | |
32 Then edit that file and fill in the msgstr-string for each respective msgid-string. | |
33 Then place the for in the KDiff3-translations subdirectory. | |
34 Use the language selection within KDiff3 to switch the language or set the language shortcut | |
35 in the registry HKEY_CURRENT_USER\Software\KDiff3\diff-ext: Language | |
36 If everything works, please send me the created file. | |
37 | |
38 | |
39 Have fun, | |
40 Joachim | |
41 |