forked from https://github.com/rna88/irrnet which lacked a proper cmake config
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 weeks ago | |
---|---|---|
enet@236e8a6428 | 4 years ago | |
examples | 4 years ago | |
include | 4 weeks ago | |
lib | 4 years ago | |
source | 4 weeks ago | |
zlib@21767c654d | 1 month ago | |
.gitignore | 4 years ago | |
.gitmodules | 4 years ago | |
CHANGELOG.md | 4 years ago | |
CMakeLists.txt | 4 weeks ago | |
README.md | 4 years ago |
README.md
Irrnet
An updated version of the irrNetLite networking library compiled against recent versions of enet and zlib.
Changelog can be viewed here.
Compiling for Linux
When cloning use the --recurse-submodules
flag to retrieve the enet and zlib libraries needed by the project:
git clone --recurse-submodules https://github.com/rna88/irrnet.git
Then run make
in the source/
directory to build the library, which will be placed in lib/
.
Building examples
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/
.
License
Refer to source/ReadMe.txt.