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