|
@@ -95,7 +95,9 @@ workable set of features as a standalone library:
|
|
|
- A C compiler. This has been only tested with `gcc` so far.
|
|
|
- [LMDB](https://symas.com/lmdb/) libraries and headers.
|
|
|
- [XXHash](https://github.com/Cyan4973/xxHash) >=0.8 libraries and headers.
|
|
|
-- [re2c](https://re2c.org/) to build the RDF language lexers.
|
|
|
+- [re2c](https://re2c.org/) to build the RDF language lexers. Only required if
|
|
|
+ the codecs are changed. Otherwise, compiled lexers are included in this git
|
|
|
+ repo.
|
|
|
- [cinclude2dot](https://www.flourish.org/cinclude2dot) and
|
|
|
[Graphviz](https://graphviz.org/) for generating dependency graph (optional).
|
|
|
|