README 333 B

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