diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 14:22:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-26 19:27:03 -0700 |
commit | f3c23946f4d22f4d27e0f211e596fa8b69c1a0a0 (patch) | |
tree | 18fa852286a4cce153cd933e8056a2e78d0af099 /INSTALL | |
parent | f193c2ef08d0edb1f40b6011a205eb8603c6019b (diff) | |
download | subsurface-f3c23946f4d22f4d27e0f211e596fa8b69c1a0a0.tar.gz |
documentation: remove mention of Grantlee in INSTALL file
We don't use Grantlee anymore.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Building Subsurface from Source Subsurface uses quite a few open source libraries and frameworks to do its job. The most important ones include libdivecomputer, Qt, libxml2, libxslt, -libsqlite3, libzip, libgrantlee5 and libgit2. +libsqlite3, libzip, and libgit2. Below are instructions for building Subsurface - on some popular Linux distributions, |