Index: README ================================================================== --- README +++ README @@ -1,13 +1,16 @@ -This is a VERY simple program to replace `free' because I wanted something -that had a little more meaning to it (percents), and then I wanted some -color. - - -To compile and install, - -$ ./configure -$ make -$ make install - +I. ABOUT + This is a VERY simple program to replace `free' because I wanted something + that had a little more meaning to it (percents), and then I wanted some + color. + +II. INSTALLATION + 1. REQUIREMENTS + a. libstatgrab (version 0.10 is currently not tested.) + - OR - + b. Linux and the /proc filesystem mounted. + 2. INSTRUCTIONS + $ ./configure + $ make + $ make install -- Roy Keene @@DATE@@ Index: freecolor.c ================================================================== --- freecolor.c +++ freecolor.c @@ -65,11 +65,11 @@ #ifndef NO_GETOPT #include #endif #define BARLEN 35 #define HEADERLEN 14 -#define VERSION "0.8.3" +#define VERSION "0.8.4" extern char *optarg; extern int optind, opterr, optopt;