home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume21 / notes / part01 / INSTALL < prev    next >
Encoding:
Text File  |  1993-10-20  |  997 b   |  28 lines

  1. INSTALL notes for Notes v1.0.1
  2.  
  3. In theory all you should have to do is:
  4.  
  5.     xmkmf            to create the Makefile
  6.     make                to build notes
  7.     make install        to install notes in BINDIR
  8.                 and notes.xbm in BITMAPDIR
  9.     make install.man    to install notes.man in MANDIR
  10.  
  11. Things that may cause problems:
  12.  
  13.     Notes uses a strdup() function that SunOS3.5 is
  14.     missing.  A replacement is included in main.c with
  15.     a feeble attempt made to properly 'ifdef' it in the
  16.     Imakefile.  If you need it and the Makefile is
  17.     generated without defining NEED_STRDUP, check and
  18.     fix the Imakefile.
  19.  
  20.     Various window managers do weird things to a windows
  21.     x and y values when they are mapped.  This prompted the
  22.     inclusion of settable parameters V_OFS and H_OFS in
  23.     the Imakefile, which ultimately effects the definitions
  24.     of V_OFFSET and H_OFFSET in main.c ...  You may have to
  25.     experiment a bit by saving your .notes files
  26.     repeatedly with notes mapped and checking the values
  27.     in .notes to get it exactly right on your system.
  28.