Kaynağa Gözat

Add note on codecs in README.

scossu 1 gün önce
ebeveyn
işleme
6f32ab1151
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -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).