|
From: <kin...@us...> - 2003-10-29 16:09:47
|
Update of /cvsroot/teem/teemdoc/html/tree In directory sc8-pr-cvs1:/tmp/cvs-serv28943/html/tree Modified Files: README.txt Log Message: pre-release text file update Index: README.txt =================================================================== RCS file: /cvsroot/teem/teemdoc/html/tree/README.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.txt 5 Oct 2002 21:01:51 -0000 1.1.1.1 --- README.txt 29 Oct 2003 16:09:41 -0000 1.2 *************** *** 23,28 **** text of the GNU Lesser General Public License should be in the file "LICENSE.txt" in the "src" directory. See the web page at ! "html/lgpl.html" relative to this file for my understanding of exactly ! what the LGPL means for people wishing to use any of the teem libraries in their own programs. --- 23,28 ---- text of the GNU Lesser General Public License should be in the file "LICENSE.txt" in the "src" directory. See the web page at ! <http://teem.sourceforge.net/lgpl.html> for my understanding of ! exactly what the LGPL means for people wishing to use any of the teem libraries in their own programs. *************** *** 32,39 **** "irix6.n32": for irix in n32 mode "irix6.64": for irix in 64-bit mode ! "linux": for linux boxes "solaris": for solaris boxes "cygwin": if you have cygwin (www.cygwin.com) on a windows box ! "darwin": ona Mac OS X box 2: "cd src" --- 32,41 ---- "irix6.n32": for irix in n32 mode "irix6.64": for irix in 64-bit mode ! "linux.32": for 32-bit linux boxes ! "linux.64": for 64-bit linux boxes "solaris": for solaris boxes "cygwin": if you have cygwin (www.cygwin.com) on a windows box ! "darwin.32": on a 32-bit Mac OS X box ! "darwin.64": on a 64-bit Mac OS X box 2: "cd src" *************** *** 104,111 **** irix6.64/ irix6.n32/ ! linux/ solaris/ cygwin/ ! darwin/ The architecture-dependent directories, with a name which exactly matches valid settings for the environment variable TEEM_ARCH. --- 106,115 ---- irix6.64/ irix6.n32/ ! linux.32/ ! linux.64/ solaris/ cygwin/ ! darwin.32/ ! darwin.64/ The architecture-dependent directories, with a name which exactly matches valid settings for the environment variable TEEM_ARCH. |