Browse Source

Update requirements note.

Stefano Cossu 2 years ago
parent
commit
e7e5e9e15d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -83,8 +83,7 @@ of features as a standalone library:
 - It is recommended to build and run LSUP_RDF on a Linux system. No other
   OS has been tested so far.
 - A C compiler. This has been only tested with `gcc` so far.
-- [re2c](https://re2c.org/) and [Lemon](https://www.sqlite.org/lemon.html) to
-  build the RDF language parsers.
+- [re2c](https://re2c.org/) to build the RDF language lexers.
 - [cinclude2dot](https://www.flourish.org/cinclude2dot) and
   [Graphviz](https://graphviz.org/) for generating dependency graph (optional).