irrnet/README.md

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:

  1. clone the repository and pull the submodules: git clone --recurse-submodules <path to repo>
  2. use cmake or cmake-gui to generate makefiles or projects for your favorite ide. as for the first just do cmake -B build
  3. on successful generation, cd into the just created build folder
  4. make irrnet