File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
6768sudo 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
7273On a Fedora system, use
You can’t perform that action at this time.
0 commit comments