home *** CD-ROM | disk | FTP | other *** search
- INSTALL notes for Notes v1.0.1
-
- In theory all you should have to do is:
-
- xmkmf to create the Makefile
- make to build notes
- make install to install notes in BINDIR
- and notes.xbm in BITMAPDIR
- make install.man to install notes.man in MANDIR
-
- Things that may cause problems:
-
- Notes uses a strdup() function that SunOS3.5 is
- missing. A replacement is included in main.c with
- a feeble attempt made to properly 'ifdef' it in the
- Imakefile. If you need it and the Makefile is
- generated without defining NEED_STRDUP, check and
- fix the Imakefile.
-
- Various window managers do weird things to a windows
- x and y values when they are mapped. This prompted the
- inclusion of settable parameters V_OFS and H_OFS in
- the Imakefile, which ultimately effects the definitions
- of V_OFFSET and H_OFFSET in main.c ... You may have to
- experiment a bit by saving your .notes files
- repeatedly with notes mapped and checking the values
- in .notes to get it exactly right on your system.
-