Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
yest-2.7.0.1.tgz | 2006-10-03 | 15.9 kB | |
yest-2.7.0.1.man1 | 2006-10-03 | 8.2 kB | |
yest-2.7.0.1.c | 2006-10-03 | 48.5 kB | |
README-2.7.0.1 | 2006-10-03 | 845 Bytes | |
Totals: 4 Items | 73.4 kB | 0 |
YEST 2.7 RELEASE - README Installation: (Use the correct version number for the version you are installing) o If you downloaded the tar file: tar xvzf yest-2.7.tgz o To compile: gcc -o /usr/local/bin/yest yest-2.7.c or cc -o /usr/local/bin/yest yest-2.7.c o Move the man page to an appropriate location, such as: mv yest-2.7.man1 /usr/local/man/man1/yest.1 Changes: o Now uses the YEST_REGION_US define to simplify compilation in non-US regions. If YEST_REGION_US is defined, the program will default to "US" if the LANG environmental variable is undefined. Remove the "#define YEST_REGION_US" line to reverse the default action. o The program now compiles cleanly with the following compile command: gcc -Wall -Wpointer-arith -Wstrict-prototypes --pedantic -o yest yest.c o Fixed bug when the LANG variable is not set.