diff -Naur vendor\0.9.97/readme.os2 trunk/readme.os2 --- vendor\0.9.97/readme.os2 1970-01-01 01:00:00.000000000 +0100 +++ trunk/readme.os2 2012-10-23 19:56:36.000000000 +0200 @@ -0,0 +1,177 @@ +KDiff3 0.9.97 README 24.10.2012 + + + +0. CONTENTS OF THIS FILE +======================== + +1. INTRODUCTION + +2. REQUIREMENTS + +3. INSTALLATION + +4. LICENSE, COPYRIGHT, DISCLAIMER + +5. CONTACT + +6. CREDITS + +7. SUPPORT AND DONATIONS + +8. HISTORY + + +1. INTRODUCTION +=============== + +Welcome to KDiff3 0.9.97 port for OS/2 and eComStation. +KDiff is the popular file comparison and merging tool. See the webpage + http://kdiff3.sourceforge.net/ +for features and documentation. + + + + +2. REQUIREMENTS +=============== + +* klibc 0.6.5 or later + + ftp://ftp.netlabs.org/pub/gcc/libc-0_6_5-csd5.wpi + +* Qt4 dll + + see http://svn.netlabs.org/qt4 for more information whats needed and where to get the latest + +* Cups + + see http://svn.netlabs.org/ecups for more information + + +3. INSTALLATION +=============== + +To install KDiff3, do the following: + +klibc +----- + + 1. Download klibc 0.6.5 csd5 or later. + 2. Install the package by double-clicking on the WPI file. + + +Qt4 dll +------- + + 1. Download the zip or rpm and follow the instructions + + +Cups +---- + + 1. Download the latest cups version which is 1.4.8 or better + 2. Install it and be sure to put the cups.dll somewhere to your path + + +KDiff3 +------ + + 1. Create a directory for KDiff3. + 2. Extract the KDiff3 package to the new directory. + 3. Create a WPS object for KDiff3.exe. + 4. Start KDiff3 + 5. Enjoy the app :) + + + +4. LICENSE, COPYRIGHT, DISCLAIMER +================================= + +see COPYING + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + + +5. CONTACT +========== + +if you find a bug, then add a ticket to the trac at http://svn.netlabs.org/qtapps + + + +6. CREDITS +========== + +The port was done by: + +Silvan Scherrer aka _diver + +Thanks go to: + + * Dmitry A. Kuminov + * Paul Smedley (he originally ported KDiff3 using Qt3 and although + this port does not rely on his work at all, I was + happy using it for a long time) + * Peter Weilbacher (he did the original Qt4 port) + +They either helped me when I had some nasty questions or did some testing for +me. + + +7. SUPPORT AND DONATIONS +======================== + +KDiff3 is based on volunteer work. If you would like to support further +development, you can do so in one of the following ways: + + + * Donate to the Qt4 project: see qt.netlabs.org for more information + + * Contribute to the project: Besides actual development, this also includes + maintaining the documentation and the project web site as well as help + for users. + + +8. HISTORY +========== + +2012-10-24 + + * updated KDiff3 to 0.9.97 + +2011-09-27 + + * updated KDiff3 to 0.9.96 + * updated Qt4 to 4.7.3 + * cups >= 1.4.8 required + +2010-05-22 + + * updgraded to Qt 4.6.2 + * enabled printing + +2010-03-01 + + * added translations dir, so NLV works + +2010-02-15 + + * upgraded to Qt4 GA + * enabled DND + +2009-11-22 + + * Some improvements to port of version 0.9.95: + * process wildcards on the command line + * fix crashes with divide-by-zero errors in some configurations + * clean up patch + * rebuild against Qt4 beta4 release + +2009-10-26 + + * Initial port of version 0.9.95 +