Skip to content

Eothaun/enet

 
 

Repository files navigation

ENet

Please visit the ENet homepage at http://enet.bespin.org for installation and usage instructions.

If you obtained this package from github, the quick description on how to build is:

Generate the build system.

mkdir build && cmake ... builds the static version

or mkdir build && cmake ... -DBUILD_SHARED builds the shared version

Compile and install the library.

cd build && make && make install

Generate the build system. (autoreconf)

autoreconf -vfi

Compile and install the library. (autoreconf)

./configure && make && make install

About

ENet reliable UDP networking library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • CMake 1.4%
  • Other 1.3%