|
From: <mk...@us...> - 2003-03-15 03:27:16
|
Update of /cvsroot/csp/THIRDPARTYLIBS/demeter
In directory sc8-pr-cvs1:/tmp/cvs-serv31225
Modified Files:
README
Log Message:
note about build setup for linux
Index: README
===================================================================
RCS file: /cvsroot/csp/THIRDPARTYLIBS/demeter/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 7 Dec 2002 07:40:05 -0000 1.1
--- README 15 Mar 2003 03:27:13 -0000 1.2
***************
*** 25,28 ****
under *nix:
! ./configure; make
--- 25,28 ----
under *nix:
! aclocal; autoconf; ./configure; make
|