source: trunk/BUILDING@ 536

Last change on this file since 536 was 262, checked in by root, 20 years ago

Update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1
2Building FM/2 14 Aug 2005
3=============
4
5This document explains how to build FM/2 from source.
6
7
8Tools
9=====
10
11The following tools are currently used to build binary distributions:
12
13 IBM VisualAge C++ V3.65 with FP2
14 IBM Developers Toolkit v4.5
15 lxlite LX compressor
16
17Older versions of the Toolkit may work. There are no known special setup requirements.
18
19Not all versions of RC.EXE are created equal. Currently, the best version to
20use is:
21
22 12-18-97 6:01 868,000 0 RC.EXE
23
24which reports itself as:
25
26 IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997
27
28and it is available at:
29
30 <ftp://ftp.software.ibm.com/ps/products/warpzilla/os2tk40rc.zip>
31
32You can get LXLITE.EXE at:
33
34 <http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search>
35
36
37Building
38========
39
40Unzip the source code distribution to a work directory. Be sure to preserve
41the directory tree.
42
43Build the release version with:
44
45 nmake
46
47Build the debug version with:
48
49 NMAKE DEBUG=1
50
51The build outputs are:
52
53 av2.exe
54 databar.exe
55 dirsize.exe
56 eas.exe
57 fm3.exe
58 fm4.exe
59 global.exe
60 ini.exe
61 killproc.exe
62 sysinfo.exe
63 undel.exe
64 vcollect.exe
65 vdir.exe
66 viewinfs.exe
67 vtree.exe
68
69 dll\fm3dll.dll
70 dll\fm3res.dll
71
72
73 dll\fm3res.str
74
75 dll\ipf\fm3.hlp
76
77 internal\mkstr.exe
78
79About FM/2
80==========
81
82FM2 was originally written by:
83
84 Mark Kimes
85 <hectorplasmic@worldnet.att.net>
86
87He has kindly allowed me to take over maintenance and support of FM/2 and to
88release the program under the GNU GPL license. I'm sure he would appreciate
89a Thank You note for his generosity.
90
91
92Support
93=======
94
95Please address support questions and enhancement requests to:
96
97 Steven H. Levine
98 steve53@earthlink.net
99
100In addition to the fm2user Yahoo group, I monitor the
101comp.os.os2.programmer.misc newsgroup and others in the comp.os.os2.*
102hierarchy.
103
104
105Thanks and enjoy.
106
107$Id: BUILDING 262 2005-08-16 15:42:24Z root $
Note: See TracBrowser for help on using the repository browser.