===== TO BUILD AND INSTALL rpfj =====


# make install


To build and install to a location different from "/usr/local",
assign the `prefix' variable on make's command line:

$ make install prefix=$HOME


Note:

* The above syntax will also work in [T]csh: The variable
  assignment is handled by make, not by the shell.




==== BORING DETAILS (if rpfj is working, you don't need to read this) ====


=== SYSTEM REQUIREMENTS ===

+ ratpoison window manager
	* rpfj has been tested with ratpoison 1.4.9-beta

+ POSIX-ish Bourne-like shell in '/bin/sh'
	* not the original Bourne shell
	* tested with ksh93 and bash 4.2 as `sh'

+ standard UNIX[-like] utilities: cat, echo, getopt, gunzip, sed, sleep, tr
	* tested with the GNU versions, but rpfj does not use any
	  GNU extensions (AFAIK)


=== ADDITIONAL BUILD REQUIREMENTS ===

+ make		(tested: GNU Make 3.82, BSD make 20140314)
+ m4		(tested: GNU M4 1.4.16)
+ install	(tested: GNU install 8.19)
+ gzip		(tested: GNU gzip 1.5)


________________________________________________________________________
Copyright (C) 2015  Andrea Remondini.  Copying and distribution  of this
file, with or without modification, are permitted in any medium  without
royalty  provided the  copyright notice  and this notice  are preserved.
             This file is offered as-is, without any warranty.
