To install:

* Make sure you meet the prerequisites:
  - Recent SML/NJ with the no-longer foreign function interface (nlffi)
    (I'm using 110.52 at the time of this writing, and it seems to work)
  - A C compiler (available as 'cc')
  - A 'make' utility, such as GNU Make
  - libreadline with development headers (I'm using 5.0, but earlier
    versoins might also work)

* To install:
  - <Unpack/copy to whereever you want everything to be>
  - make
  - sml -m readline.cm		# Just for testing
  - <Point your project's cm file to 'readline.cm'>

Share and enjoy!
