소스 검색

Add note on codecs in README.

scossu 1 일 전
부모
커밋
6f32ab1151
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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).