forked from https://github.com/rna88/irrnet which lacked a proper cmake config
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
enet@236e8a6428 | 5 years ago | |
examples | 5 years ago | |
include | 1 year ago | |
lib | 5 years ago | |
source | 1 year ago | |
zlib@21767c654d | 1 year ago | |
.gitignore | 5 years ago | |
.gitmodules | 5 years ago | |
CHANGELOG.md | 5 years ago | |
CMakeLists.txt | 1 year ago | |
README.md | 6 months ago |
README.md
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