LumoSQL / archive1-LumoSQL-on-github

Initial work on SQLite and LMDB integration
https://lumosql.github.io/LumoSQL/
Other
68 stars 14 forks source link

Add tcl to build dependencies on Debian/Ubuntu #28

Closed maxwell-k closed 4 years ago

maxwell-k commented 4 years ago

Before this change, a bare make fails with an error that tclsh is not installed on Debian Stable (buster). The tcl package is not pulled in by the two existing steps.

After this change tcl is installed explicitly and the make command does not exit with an error that tclsh is not installed.