Name | Date | Size | ||
---|---|---|---|---|
.. | 11-Jan-2022 | 4 KiB | ||
.gitignore | H A D | 11-Jan-2022 | 1.2 KiB | |
CMakeLists.txt | H A D | 11-Jan-2022 | 13.7 KiB | |
config.cmake.h.in | H A D | 11-Jan-2022 | 1.3 KiB | |
csdata.md | H A D | 11-Jan-2022 | 2.9 KiB | |
file_format.md | H A D | 11-Jan-2022 | 10.4 KiB | |
include/libcouchstore/ | H | 11-Jan-2022 | 4 KiB | |
LICENSE | H A D | 11-Jan-2022 | 11.1 KiB | |
programs/ | H | 11-Jan-2022 | 4 KiB | |
python/ | H | 11-Jan-2022 | 4 KiB | |
README.md | H A D | 11-Jan-2022 | 759 | |
src/ | H | 11-Jan-2022 | 4 KiB | |
tests/ | H | 11-Jan-2022 | 4 KiB | |
view_format.md | H A D | 11-Jan-2022 | 3.4 KiB |
README.md
1# Couchbase (.couch) storage file C library 2 3Currently this library can only be built as part of Couchbase Server due to dependencies on the [Couchbase Platform Library][plat] and [Couchbase Server CMake project][tlm]. For instructions on building Couchbase Server, see the [Manifest Repository][manifest]. 4 5[plat]: https://github.com/couchbase/platform 6[tlm]: https://github.com/couchbase/tlm 7[manifest]: https://github.com/couchbase/manifest 8 9## Tests: 10 11 1. `make test` 12 13This will run the native tests, and also the Lua tests if Lua was installed at the time the `configure` script ran. 14 15Tests use the CMake CTest system, and the [ctest](http://www.cmake.org/cmake/help/v2.8.8/ctest.html) command can be used to run invidual tests and print verbose output. 16