annotate kdiff3/diff_ext_for_kdiff3/README @ 113:7bca1f1340f6 tip

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