Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
Oct 24, 2019, 5:14:04 PM (4 years ago)
Author:
martini
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    66
    77The original author, Thorsten Thielen, wrote Gotcha! mainly because all other screen capture programs for OS/2 that he found at the time were either quite outdated, part of another (usually large) program, buggy, and/or not free.
    8 
    9 == Current Status ==
    108
    119== Latest Versions ==
     
    3129
    3230
    33 === Licensing ===
     31== Licensing ==
    3432 * Gotcha! (as available here) is open source software released under the GNU General Public License version 2.
    3533
    36 === Development & Release ===
     34== Development & Release ==
    3735Original versions of Gotcha! (through version 1.78) are available from Thorsten's page, [http://www.c2226.de/programs/gotcha/index.phtml here].
    3836
     
    4947}}}
    5048
    51 === Mailing Lists ===
     49== Mailing Lists ==
    5250There are currently two mailing lists for Gotcha!: one for users, and one for developers.
    5351
     
    9088
    9189== Building Gotcha! ==
    92 Coming soon!
     90Gotcha! and Gotcha! Quiet are now built with Open Watcom. You will need Open Watcom C/C++ 2.0 beta 3 or higher.
     91ftp://ftp.netlabs.org/incoming/open-watcom-c-os2-2.0-beta3.zip
     92
     93You can build it with older versions of the OW compiler but will need to change the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit
     94in place of WRC.EXE and WIPFC.EXE. In order to build the Italian and Brazilian Portuguese help files you need to copy IPFITA.NLS and IPFPTB.NLS
     95from the IPFC directory in the OS2 Toolkit to the Watcom\wipfc directory and then rename them it_IT.nls and pt_BR.nls. Otherwise you need to use
     96IPFC.EXE to build these help files.
     97
     98You also need SED.EXE, LXLITE.EXE, PERL.EXE and the exceptq developer's package.
     99These are available from the netlabs RPM repository. Use ANPM to install them.
     100
     101The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. You need to do a complete rebuild (wmake -a) after changing from building Gotcha
     102to Quiet or changing from Quiet to Gotcha Wmake clean followed by wmake also works.
     103
     104I use PMPrintf for debugging but it isn't necessary to build these.
     105http://hobbes.nmsu.edu/h-search.php?key=pmprintf&pushbutton=Search
     106
     107Gotcha! was originally developed under OS/2 using emx/gcc 0.9d and dmake 4.0.  If you want to recompile the program, take a look at the Makefile and adjust the settings (probably only the "I" macro that tells where you keep your include files) and then just run dmake. The emx makefiles are still in the SVN but have not been tested with the version 2.00 changes.