[enet-cvs] CVS: enet README,1.4,1.5

Lee Salzman enet at sferik.cubik.org
Mon Nov 3 07:39:22 PST 2003


Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv2280

Modified Files:
	README 
Log Message:
oops, install does work :)


Index: README
===================================================================
RCS file: /home/enet/cvsroot/enet/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README	2003/11/03 14:51:43	1.4
+++ README	2003/11/03 15:39:20	1.5
@@ -8,9 +8,9 @@
 
 aclocal && automake -a -c --foreign && autoconf
 
-# Compile the library.
+# Compile and install the library.
 
-./configure && make
+./configure && make && make install
 
 See pyenet/readme.txt for further information on Ling Lo's Python wrapper for
 ENet.



More information about the enet-cvs mailing list