Skip to content

Commit dc6fd45

Browse files
committed
Document that Lua is also needed for flex backend
1 parent 9eb290b commit dc6fd45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Required libraries are
4747
* [zlib](https://www.zlib.net/)
4848
* [Boost libraries](https://www.boost.org/), including system and filesystem
4949
* [PostgreSQL](https://www.postgresql.org/) client libraries
50-
* [Lua](https://www.lua.org/) (Optional, used for [Lua tag transforms](docs/lua.md))
50+
* [Lua](https://www.lua.org/) (Optional, used for [Lua tag transforms](docs/lua.md)
51+
and the [flex backend](docs/flex.md))
5152
* [Python](https://python.org/) (only for running tests)
5253
* [Psycopg](http://initd.org/psycopg/) (only for running tests)
5354

@@ -66,7 +67,7 @@ On a Debian or Ubuntu system, this can be done with:
6667
```sh
6768
sudo apt-get install make cmake g++ libboost-dev libboost-system-dev \
6869
libboost-filesystem-dev libexpat1-dev zlib1g-dev \
69-
libbz2-dev libpq-dev libproj-dev lua5.2 liblua5.2-dev
70+
libbz2-dev libpq-dev libproj-dev lua5.3 liblua5.3-dev
7071
```
7172

7273
On a Fedora system, use

0 commit comments

Comments
 (0)