This is the INSTALL file for 'thecurse' and 'curlib':

------------------------------------------------------------------------
* to compile 'thecurse' using Borland C:

  (1) just change to the directory with the sources, and execute the
      command 'make -f makefile.bcc'

  (2) this will create a file 'thecurse.obj' that can be linked with
      your curses-based applications


------------------------------------------------------------------------
* to compile the 'curlib' functions:

  (1) change to the directory with the sources, and execute the
      command 'make -f makefile.bcc curlibs'

  (2) this will create the objects for 'curlib' that you can link with
      your curses-based applications


------------------------------------------------------------------------
* to compile the example programs, using Borland C:

  (1) you must first create 'thecurse' and 'curlib' before trying to
      compile the example programs

  (2) just change to the directory with the sources, and execute the
      command 'make -f makefile.bcc examples'

  (3) this will create the example programs, in .EXE format
