README 455 B

123456789101112131415161718192021222324252627
  1. # ENet
  2. It is a mirror/fork of original repo, with npm package support.
  3. ## Installation
  4. ```sh
  5. $ npm install enet.c --save
  6. ```
  7. ## Original README:
  8. Please visit the ENet homepage at http://enet.bespin.org for installation
  9. and usage instructions.
  10. If you obtained this package from github, the quick description on how to build
  11. is:
  12. # Generate the build system.
  13. autoreconf -vfi
  14. # Compile and install the library.
  15. ./configure && make && make install