54072b9c8a
If we don't unset it, all the CMake checks will run with PortAudio in the library list. This didn't affect those who had PortAudio, but for select Debian systems without it, it breaks everything. |
||
---|---|---|
.. | ||
docs | ||
include/enet | ||
m4 | ||
CMakeLists.txt | ||
ChangeLog | ||
Doxyfile | ||
DoxygenLayout.xml | ||
LICENSE | ||
Makefile.am | ||
README | ||
callbacks.c | ||
compress.c | ||
configure.ac | ||
enet.dsp | ||
enet.vcxproj | ||
enet.vcxproj.filters | ||
enet_dll.cbp | ||
host.c | ||
libenet.pc.in | ||
list.c | ||
packet.c | ||
peer.c | ||
premake4.lua | ||
protocol.c | ||
unix.c | ||
win32.c |
README
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. autoreconf -vfi # Compile and install the library. ./configure && make && make install