Changeset 107
- Timestamp:
- Jul 30, 2021, 7:53:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/NLS/en/README_en ¶
r87 r107 1 1 -- GOTCHA! GOTCHA! QUIET 2.00 -- 2 2 3 Gotcha! is an OS/2 screen capture utility. It allows to capture either windows,4 window interiors, parts of the screen or the whole desktop and save them to5 disk in many image formats (requires GBM.DLL) or clipboard. Serial capture and 6 batch mode options are provided.3 Gotcha! is an OS/2 screen capture utility. It allows to capture either 4 windows, window interiors, parts of the screen or the whole desktop and 5 save them to disk in many image formats (requires GBM.DLL) or clipboard. 6 Serial capture and batch mode options are included. 7 7 8 Gotcha! comes in 2 versions: the original on-screen Gotcha! and Gotcha! Quiet, 9 a version that runs in the background and captures the Print Screen key 10 combinations and does a capture based on your preferences. 8 Gotcha! comes in 2 versions: the original on-screen Gotcha! and 9 Gotcha! Quiet, a version that runs in the background and captures the 10 Print Screen key combinations and does a capture based on your 11 preferences. 11 12 12 Gotcha Quiet is designed to replace the PM print screen facility and provides13 the same functionality as Gotcha! but without a visible presence on the 14 Desktop.13 Gotcha Quiet is designed to replace the PM print screen facility and 14 provides the same functionality as Gotcha! but without a visible presence 15 on the Desktop. 15 16 16 17 Since v1.73, Gotcha! is free software released under the GPL. See the file … … 20 21 ____________________________ 21 22 22 This program is free software; you can redistribute it and/or modify it under23 the terms of the GNU General Public License as contained in the file COPYING in 24 the distribution package.23 This program is free software; you can redistribute it and/or modify it 24 under the terms of the GNU General Public License as contained in the 25 file COPYING in the distribution package. 25 26 26 27 The full source code is available at svn.netlabs.org/repos/gotcha. 27 28 See https://trac.netlabs.org/gotcha for details. 28 29 29 This program is distributed in the hope that it will be useful, but WITHOUT ANY30 W ARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A31 PARTICULAR PURPOSE.30 This program is distributed in the hope that it will be useful, but 31 WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF 32 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 32 33 33 34 -- INSTALLATION -- 34 35 35 36 Gotcha! and Gotcha! Quiet are distributed as a wpi archive. Use Warpin to 36 install/uninstall them. You should uninstall any versions prior to 2.00 either 37 with Warpin (if they were wpi archives) or manually. This is to avoid leaving 38 numerous old files in place since many of the file names have changed. You also 39 need to install the Generalized Bitmap Module (GBM.DLL) by Heiko Nitzsche. It 40 is installed with ArcaOS. It can be installed from the Netlabs RPM repository 41 using ANPM or yum install GBM. A zip package is available on Hobbes. 37 install/uninstall them. You should uninstall any versions prior to 2.00 38 either with Warpin (if they were wpi archives) or manually. This is to 39 avoid leaving numerous old files in place since many of the file names 40 have changed. You also need to install the Generalized Bitmap Module 41 (GBM.DLL) by Heiko Nitzsche. It is installed with ArcaOS. It can be 42 installed from the Arcanoae RPM repository using ANPM or yum install GBM. 43 A zip package is available on Hobbes. 42 44 43 45 -- BUILDING -- … … 47 49 ftp://ftp.netlabs.org/incoming/open-watcom-c-os2-2.0-beta3.zip 48 50 49 You can build it with older versions of the OW compiler but will need to change50 the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit in place of 51 WRC.EXE and WIPFC.EXE.51 You can build it with older versions of the OW compiler but will need to 52 change the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit in 53 place of WRC.EXE and WIPFC.EXE. 52 54 53 In order to build the Italian and Brazilian Portuguese help files you need to54 copy IPFITA.NLS and IPFPTB.NLS from the IPFC directory in the OS2 Toolkit to 55 the Watcom\wipfc directory and then rename them it_IT.nls and pt_BR.nls. 56 Otherwise you need to use IPFC.EXE to build these help files.55 In order to build the Italian and Brazilian Portuguese help files you 56 need to copy IPFITA.NLS and IPFPTB.NLS from the IPFC directory in the OS2 57 Toolkit to the Watcom\wipfc directory and then rename them it_IT.nls and 58 pt_BR.nls. Otherwise you need to use IPFC.EXE to build these help files. 57 59 58 You also need SED.EXE, LXLITE.EXE, PERL.EXE and the exceptq developer's 59 package. These are available from the Netlabs RPM repository. Use ANPM to 60 install them. 60 You also need SED.EXE, LXLITE.EXE, PERL.EXE, the GBM developer package 61 and the exceptq developer's package. These are available from the 62 Netlabs RPM repository. Use ANPM to install them. GBM is in the 63 arcanoae RPM repository 61 64 62 The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. You need to do 63 a complete rebuild (wmake -a) after changing from building Gotcha to Quiet or 64 changing from Quiet to Gotcha. "Wmake clean" followed by "wmake" also works. 65 The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. You 66 need to do a complete rebuild (wmake -a) after changing from building 67 Gotcha to Quiet or changing from Quiet to Gotcha. "Wmake clean" followed 68 by "wmake" also works. The setup cmds run make clean for you. 65 69 66 70 I, Gregg Young, use PMPrintf for debugging but it isn't necessary to build. 67 71 https://hobbes.nmsu.edu/?search=pmprintf 68 69 Gotcha! was originally developed under OS/2 using emx/gcc 0.9d and70 dmake 4.0. If you want to recompile the program, take a look at the Makefile71 and adjust the settings (probably only the "I" macro that tells where you keep72 your include files) and then just run dmake. The emx makefiles are still in the73 SVN but have not been tested with the version 2.00 changes74 72 75 73 -- MORE INFO --
Note:
See TracChangeset
for help on using the changeset viewer.