[Plib-cvs] plib/demos/simon README,1.2,1.3
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-15 04:34:46
|
Update of /cvsroot/plib/plib/demos/simon In directory usw-pr-cvs1:/tmp/cvs-serv11840/plib/demos/simon Modified Files: README Log Message: Added PSL_DUMP and PSL_TRACE environment vars. Fixed evaluation of && and || so they don't compute their right-hand sides unless they have to. Index: README =================================================================== RCS file: /cvsroot/plib/plib/demos/simon/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README 15 Sep 2002 00:02:51 -0000 1.2 +++ README 15 Sep 2002 04:34:39 -0000 1.3 @@ -22,6 +22,9 @@ Right now, you build SIMON by running 'make' and install it by running 'make install' as root. You must already have PLIB installed. +Simon installs into /usr/local/simon/libsimon.a /usr/local/simon/simon.h +and places an executable into /usr/local/bin/simon + RUNNING SIMON |