mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
The following variables are used in this project, but they are set to NOTFOUND. LZ4_LIBS The reason for the failure is that pkg_check_modules will not guarantee <prefix>_LIBRARY_DIRS variable to be set, according to documentation. When it's not set, we would force find_library to look in an empty path and thus fail to correctly find LZ4_LIBS, although pck_check_modules did previously discover that the library is installed. To fix the problem and still keep the logic of first following LIBLZ4_LIBRARY_DIRS and *then* look at other paths, we call find_library twice. This is the recommended approach, according to CMake 3.11 documentation. |
||
|---|---|---|
| .. | ||
| benchmark | ||
| bindings | ||
| build | ||
| examples | ||
| include | ||
| lib | ||
| plugins | ||
| src | ||
| tools | ||
| vendor | ||
| appveyor.yml | ||
| autogen.sh | ||
| base_version | ||
| bundled_lz4_version | ||
| bundled_mecab_naist_jdic_version | ||
| bundled_mecab_version | ||
| bundled_message_pack_version | ||
| CMakeLists.txt | ||
| config.h.cmake | ||
| config.sh.in | ||
| configure.ac | ||
| COPYING | ||
| gpg_uid | ||
| groonga-arrow.pc.in | ||
| groonga-httpd-conf.sh.in | ||
| groonga.pc.in | ||
| Makefile.am | ||
| nginx_version | ||
| README.md | ||
| version-gen.sh | ||
README
Groonga is an open-source fulltext search engine and column store.
Reference manual
See doc/source/ directory or http://groonga.org/docs/.
Here are shortcut links:
- How to install: http://groonga.org/docs/install.html
- Tutorial: http://groonga.org/docs/tutorial.html
- How to build as a developer: http://groonga.org/docs/contribution/development/build.html
Community
Bundled software
mruby
- Path: vendor/mruby-source
- License: The MIT license. See vendor/mruby-source/MITL for details.
Onigmo
- Path: vendor/onigmo-source
- License: BSD license. See vendor/onigmo-source/COPYING for details.
nginx
- Path: vendor/nginx-${VERSION}
- License: BSD license. See vendor/nginx-${VERSION}/LICENSE for details.
Authors
Primary authors
- Daijiro MORI
- Tasuku SUENAGA
- Yutaro Shimamura
- Kouhei Sutou
- Kazuho Oku
- Moriyoshi Koizumi
Patches and modules from
TODO: Update or use https://github.com/groonga/groonga/graphs/contributors instead.
- Daisuke Maki
- Kazuhiro Osawa
- Hiroyuki OYAMA
- Nguyen Anh Phu
- Hideyuki KUROSU <hideyuki. kurosu at gmail. com>
- Takuo Kitame
- Yoshihiro Oyama
- cZfSunOs.U