An updated version of the irrNetLite networking library compiled against recent versions of enet and zlib.
Changelog can be viewed here.
Run make
in the source/
directory to build the library, which will be placed in lib/
.
Navigate to examples/
and run:
./linux_buildAllExamples.sh
or to build them with optimizations:
./linux_buildAllExamples.sh release
The compiled binaries will be found in examples/bin/
.
Refer to source/ReadMe.txt.