758 B
758 B
irrnet
an updated version of the irrNetLite networking library compiled against recent versions of enet and zlib.
building irrnet
irrnet now uses an easy to use cmake configuration. use it to either build the lib or rather integrate it into your project's cmake setup (recommended).
quick steps:
- clone the repository and pull the submodules:
git clone --recurse-submodules <path to repo>
- use
cmake
orcmake-gui
to generate makefiles or projects for your favorite ide. as for the first just docmake -B build
- on successful generation, cd into the just created
build
folder make
irrnet