Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv15837
Modified Files:
CVS_README
Log Message:
Emphasized the requirement for S48 0.53 and made some additions.
Index: CVS_README
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/CVS_README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** CVS_README 2001/10/04 08:45:50 1.2
--- CVS_README 2001/11/08 08:29:21 1.3
***************
*** 15,19 ****
CVS repository.
! During the build process a number of auto generated files not included
in the CVS repository are built. It is highly recommended to follow
these instructions carefully as otherwise incompatible versions of
--- 15,19 ----
CVS repository.
! During the build process a number of auto-generated files not included
in the CVS repository are built. It is highly recommended to follow
these instructions carefully as otherwise incompatible versions of
***************
*** 22,30 ****
To build Scsh, proceed as follows:
! 1.) You must have a working version of Scheme 48, version 0.53. If you
! don't have, get it from http://www.s48.org/0.53/scheme48-0.53.tgz
! and install Scheme 48. Change to value of the variable
! BUILD_RUNNABLE in Makefile.in so that it will point to the Scheme
! 48 executable.
2.) "cd" into the directory which contains the source code (normally
--- 22,30 ----
To build Scsh, proceed as follows:
! 1.) You must have a working version of Scheme 48, version 0.53. Nothing
! older, nothing newer. Just 0.53. If you don't have, get it from
! http://www.s48.org/0.53/scheme48-0.53.tgz and install Scheme
! 48. Change to value of the variable BUILD_RUNNABLE in Makefile.in
! so that it will point to the Scheme 48 executable.
2.) "cd" into the directory which contains the source code (normally
***************
*** 51,55 ****
5.) You should have a runnable version of the system that can be
! started in the build directory like this:
./go
--- 51,55 ----
5.) You should have a runnable version of the system that can be
! started in the main directory like this:
./go
***************
*** 61,64 ****
--- 61,71 ----
Note that it is not recommended to have a CVS version of Scsh for
daily use.
+
+ 7.) If you intend to build on a different platform later, do a
+
+ make distclean
+
+ and restart at step 3.
+
You should repeat the whole build process whenever there are changes
|