Changes between Version 8 and Version 9 of BuildingFm2


Ignore:
Timestamp:
Sep 27, 2007, 7:40:28 PM (17 years ago)
Author:
Steven Levine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingFm2

    v8 v9  
    11
    2 = BUILDING FILEMANAGER/2 (FM/2) =
     2= Building FileManager/2 (FM/2) =
    33
    44This document explains how to build FM/2 from source.
    55
    6 == Tools ==
     6== Getting the Toolchain ==
    77
    88The following tools are currently used to build the FM/2 binaries
     
    3030[http://hobbes.nmsu.edu/cgi-bin/h-search?key=lxlite&pushbutton=Search lxlite from Hobbes]
    3131
    32 == Building ==
     32== Building the Executables ==
    3333
    3434Use subversion to pull a copy of the source code distribution into your
     
    9393}}}
    9494
    95 == Release Packaging ==
     95== Packaging a Release ==
    9696
    9797FM/2 is released as a WarpIN package.
     
    103103See [wiki:WPIBuild] for more details.
    104104
    105 == Building, Compressing, and Packaging with a Single CMD Statement ==
     105== Building, Compressing, and Packaging with a CMD Script ==
    106106
    107 Open a text editor and add the following lines.
     107Open a text editor and add the following lines
    108108{{{
    109109set debug=0
    110110wmake all && wmake lxlite && wmake wpi
    111111}}}
    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 inside this directory.
     112Save 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.
    113113
    114 == About FM/2 ==
    115 
    116 FM2 was originally written by
    117 [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 at
    136 [mailto:steve53@earthlink.net Steven H. Levine]
    137 
    138 Thanks and enjoy.
    139 
    140 $Id$
    141