Browse Source

Update README and license.

Stefano Cossu 1 year ago
parent
commit
6934635956
2 changed files with 6 additions and 1 deletions
  1. 4 1
      LICENSE
  2. 2 0
      README.md

+ 4 - 1
LICENSE

@@ -1,8 +1,11 @@
 ----------------------------------------------------------------------------
 "REROUTED BEER-WARE LICENSE" (Revision 42a):
-Stefano Cossu wrote this project.  As long as you retain this notice you
+Stefano Cossu wrote this project. As long as you retain this notice you
 can do whatever you want with this stuff. If we meet some day, and you think
 this stuff is worth it, you can buy Poul-Henning Kamp <phk@FreeBSD.ORG> a beer
 in return.
 ----------------------------------------------------------------------------
 
+DISCLAIMER: Most of this code was written on the 234 and 734 Los Angeles Metro
+bus lines. The author is not to be held responsible for potholes on Sepulveda
+Boulevard that may have caused typing errors and malfunction of the software. 

+ 2 - 0
README.md

@@ -83,6 +83,8 @@ 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.
+- [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.
 - [cinclude2dot](https://www.flourish.org/cinclude2dot) and
   [Graphviz](https://graphviz.org/) for generating dependency graph (optional).