Changeset 717
- Timestamp:
- Jun 28, 2007, 8:55:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BUILDING
r262 r717 1 1 2 Building FM/2 14 Aug 20052 Building FM/2 3 3 ============= 4 4 5 5 This document explains how to build FM/2 from source. 6 6 7 8 7 Tools 9 8 ===== 10 9 11 The following tools are currently used to build binary distributions:10 The following tools are currently used to build the FM/2 binaries 12 11 13 IBM VisualAge C++ V3.65 with FP212 OpenWatcom v1.6 or newer 14 13 IBM Developers Toolkit v4.5 15 14 lxlite LX compressor 16 15 17 Older versions of the Toolkit may work. There are no known special setup requirements. 16 Older versions of the Toolkit may work. The OpenWatcom implementation of 17 the Toolkit should work, but this has not been fully verified. There are no 18 known special setup requirements. 18 19 19 20 Not all versions of RC.EXE are created equal. Currently, the best version to 20 use is :21 use is 21 22 22 23 12-18-97 6:01 868,000 0 RC.EXE 23 24 24 which reports itself as :25 which reports itself as 25 26 26 27 IBM RC (Resource Compiler) Version 5.00.002 Dec 18 1997 27 28 28 and it is available at:29 and it is available from 29 30 30 31 <ftp://ftp.software.ibm.com/ps/products/warpzilla/os2tk40rc.zip> 31 32 32 You can get LXLITE.EXE at:33 You can get LXLITE.EXE from 33 34 34 35 <http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search> 36 37 You can get OpenWatcom from 38 39 <http://www.openwatcom.org> 35 40 36 41 … … 38 43 ======== 39 44 40 U nzip the source code distribution to a work directory. Be sure to preserve41 the directory tree. 45 Use subversion to pull a copy of the source code distribution into your 46 client workspace. See 42 47 43 Build the release version with: 48 <http://svn.netlabs.org/fm2> 44 49 45 nmake 50 for instructions on how to do this. 46 51 47 Build the debug version with:52 Build the release version with 48 53 49 NMAKE DEBUG=1 54 wmake 55 56 Build the debug version with 57 58 wmake DEBUG=1 59 60 or 61 62 set DEBUG=1 63 wmake 50 64 51 65 The build outputs are: … … 77 91 internal\mkstr.exe 78 92 93 Release Packaging 94 ================= 95 96 FM/2 is released as a WarpIN package. 97 98 The basic process is 99 100 wmake wpi 101 102 See 103 104 <http://svn.netlabs.org/fm2/wiki/WPIBuild> 105 106 for more details. 107 108 79 109 About FM/2 80 110 ========== 81 111 82 FM2 was originally written by :112 FM2 was originally written by 83 113 84 114 Mark Kimes 85 115 <hectorplasmic@worldnet.att.net> 86 116 87 He has kindly allowed meto take over maintenance and support of FM/2 and to117 He has kindly allowed us to take over maintenance and support of FM/2 and to 88 118 release the program under the GNU GPL license. I'm sure he would appreciate 89 119 a Thank You note for his generosity. … … 93 123 ======= 94 124 95 Please address support questions and enhancement requests to: 125 FM/2 is a Netlabs project. The project URL is 126 127 <http://svn.netlabs.org/fm2> 128 129 The user support mailing list is 130 131 <mailto:fm2-user@netlabs.org> 132 133 Like all Netlabs mailing list, this is mirrored to gmane. 134 135 In addition the maintainers, monitor the comp.os.os2.programmer.misc 136 newsgroup and others in the comp.os.os2.* hierarchy. 137 138 There is also an archived Yahoo group at 139 140 http://tech.groups.yahoo.com/group/fm2/ 141 142 The list is closed to new posts, but contains some useful info. 143 144 If all else fails, you can always e-mail me directly at 96 145 97 146 Steven H. Levine 98 147 steve53@earthlink.net 99 148 100 In addition to the fm2user Yahoo group, I monitor the101 comp.os.os2.programmer.misc newsgroup and others in the comp.os.os2.*102 hierarchy.103 104 105 149 Thanks and enjoy. 106 150
Note:
See TracChangeset
for help on using the changeset viewer.