Build ENet from source via GitHub
masterIf you have cloned the ENet repository from GitHub, you can build and install the library using the following steps. This requires autoreconf to generate the build system before configuring and compiling.
# Generate the build system.
autoreconf -vfi
# Compile and install the library.
./configure && make && make install