README 305 B

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