|
1 year ago | |
---|---|---|
include | 1 year ago | |
lib | 1 year ago | |
src | 1 year ago | |
test | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
Jenkinsfile | 1 year ago | |
LICENSE.txt | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
asan_env | 1 year ago |
C++ library for reading (and eventually writing) NBT files.
$ autoreconf -i
$ ./configure
$ make
Build and run tests with
$ make check
Look at test_nbt.log
for test results of individual cases, or you can run
./test_nbt
by hand for color-coded output.
Copyright (C) 2019 Zack Marvel
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.