home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / archivers / mcvertppc / readme < prev    next >
Text File  |  1998-04-27  |  1KB  |  46 lines

  1.    mcvert comes in source form and runs on a wide variety of UNIX
  2.    machines, each with its own binary format and execution environment
  3.    for programs.  Therefore, mcvert needs to be compiled for your    
  4.    machine before you can run it.  Here's how to do it.
  5.  
  6. o Ready a directory to hold mcvert
  7.  
  8.    cd
  9.    mkdir mcvert
  10.    cp mcvert-nnn.shar mcvert
  11.    cd mcvert
  12.  
  13. o Create the individual files from the Shell Archive (shar) file
  14.  
  15.    sh mcvert-nnn.shar
  16.  
  17. o Reorder the Makefile as appropriate for your machine
  18.  
  19.   Note that there are a number of variables with which to fiddle,
  20.   and that the last definition wins.
  21.  
  22.   For example, when compiling for AT&T's 3B2, reorder so these lines
  23.   are last within each group:
  24.  
  25.    XOBJ= gettod.o
  26.    
  27.    LIBS=
  28.  
  29.    CFLAGS_M= -DTIMEVAL -DULONG
  30.  
  31.    CFLAGS_N = -DNOBYTEORDER -DNOBZEROBCOPY
  32.  
  33. o Make the binary and the man page
  34.  
  35.    make
  36.  
  37. o Read the man page for a full description
  38.  
  39.    more mcvert.man
  40.  
  41. o Invoke the binary without arguments for a short description
  42.  
  43.    mcvert
  44.  
  45. []
  46.