home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2007 September / maximum-cd-2007-09.iso / Assets / data / AssaultCube_v0.93.exe / source / enet / README < prev    next >
Encoding:
Text File  |  2006-11-06  |  347 b   |  15 lines

  1. Please visit the ENet homepage at http://enet.bespin.org for installation
  2. and usage instructions.
  3.  
  4. If you obtained this package from CVS, the quick description on how to build
  5. is:
  6.  
  7. # Generate the build system.
  8.  
  9. aclocal && automake -a -c --foreign && autoconf
  10.  
  11. # Compile and install the library.
  12.  
  13. ./configure && make && make install
  14.  
  15.