Changes between Version 8 and Version 9 of BuildingFm2
- Timestamp:
- Sep 27, 2007, 9:40:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFm2
v8 v9 1 1 2 = B UILDING FILEMANAGER/2 (FM/2) =2 = Building FileManager/2 (FM/2) = 3 3 4 4 This document explains how to build FM/2 from source. 5 5 6 == Tools==6 == Getting the Toolchain == 7 7 8 8 The following tools are currently used to build the FM/2 binaries … … 30 30 [http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search lxlite from Hobbes] 31 31 32 == Building ==32 == Building the Executables == 33 33 34 34 Use subversion to pull a copy of the source code distribution into your … … 93 93 }}} 94 94 95 == Release Packaging==95 == Packaging a Release == 96 96 97 97 FM/2 is released as a WarpIN package. … … 103 103 See [wiki:WPIBuild] for more details. 104 104 105 == Building, Compressing, and Packaging with a Single CMD Statement ==105 == Building, Compressing, and Packaging with a CMD Script == 106 106 107 Open a text editor and add the following lines .107 Open a text editor and add the following lines 108 108 {{{ 109 109 set debug=0 110 110 wmake all && wmake lxlite && wmake wpi 111 111 }}} 112 Save file naming it possibly Build_FM2.cmd. Copy the file to your FM2 source code "trunk" directory. It must be run from inside this directory to build, compress, and make the wpi file. After running, open the "Warpin" subdirectory located in the "trunk" directory. The Warpin file will be build insidethis directory.112 Save the file naming it possibly Build_FM2.cmd. Copy the file to the root of your fm/2 workspace. The script must be run from this directory or it will not find the required files. After the script finishes, open the warpin subdirectory and you should find the WarpIN file in this directory. 113 113 114 == About FM/2 ==115 116 FM2 was originally written by117 [mailto:hectorplasmic@worldnet.att.net Mark Kimes]118 119 He has kindly allowed us to take over maintenance and support of FM/2 and to release the program under the GNU GPL license. I'm sure he would appreciate a Thank You note for his generosity.120 121 == Support ==122 123 FM/2 is a Netlabs project. The project URL is [wiki:/ fm/2]124 125 The user support mailing list is at [mailto:fm2-user@netlabs.org fm/2 Users Mailing List]126 127 Like all Netlabs mailing list, this is mirrored to gmane.128 129 In addition the maintainers, monitor the comp.os.os2.programmer.misc newsgroup and others in the comp.os.os2.* hierarchy.130 131 There is also an archived Yahoo group at http://tech.groups.yahoo.com/group/fm2user/132 133 The list is closed to new posts, but contains some useful info.134 135 If all else fails, you can always e-mail me directly at136 [mailto:steve53@earthlink.net Steven H. Levine]137 138 Thanks and enjoy.139 140 $Id$141