home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / fv-220 / install < prev    next >
Encoding:
Text File  |  1998-01-18  |  1.2 KB  |  32 lines

  1.                   fv Installation Instructions
  2.  
  3. For most UNIX hosts, compiling fv should be as simple as typing
  4. make in the source directory.  You may wish to edit the Makefile
  5. to change compile options or defines for special features.
  6.  
  7. Linux 2.0.29 / Solaris 1.x / Solaris 2.x
  8.   Just type "make"
  9.  
  10. FreBSD 2.2.2
  11.   You may need to build a different make program to use the Makefile,
  12.   like NetBSD's make or GNU's make.  If it comes to it, you could
  13.   always type, "cc -o fv *.c -ltermcap -lcurses"
  14.  
  15. Windows 95 / Windows NT
  16.   Compiler used is Watcom C version 10.6.  You will need a curses
  17.   library such as the PDCurses v2.0 package (currently maintained by
  18.   Mark Hessling, M.Hessling@qut.edu.au).  Compile fv with this
  19.   command: "wmake -f makefile.dos"
  20.  
  21. AmigaDOS
  22.   Compiler used is gcc v2.7.2.  Curses library by Simon John Raybould
  23.   and is v2.10 (opens its own screen).  Use makefile.amiga when building
  24.   for this platform.
  25.  
  26. OS-9 / OS-9000
  27.   You will want to edit the makefile.os9 to set compile options such
  28.   as the target operating system (-to=) and target processor (-tp=).
  29.   You will then need to type "mkdir objOS9; os9make" or
  30.   "makdir objOS9; make" depending on whether you are on a cross-hosted
  31.   or resident system respectively.
  32.