aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-08 07:43:19 +0000
committersaturneric <[email protected]>2024-01-08 07:43:19 +0000
commitfd1f245ebb0345c1e4840803f5789b804c6a0025 (patch)
treea43f8fd5190fb3d90faa2dda54c005916b6605df /README.md
parentfix: slove issue #123 "Append fingerprint to editor" crashes if there is no e... (diff)
downloadGpgFrontend-fd1f245ebb0345c1e4840803f5789b804c6a0025.tar.gz
GpgFrontend-fd1f245ebb0345c1e4840803f5789b804c6a0025.zip
doc: add extra packages to the ubuntu apt-get commands #124
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 44d96c28..884a35b1 100644
--- a/README.md
+++ b/README.md
@@ -186,8 +186,8 @@ Install and compile dependencies.
```shell
$ sudo apt-get update
-$ sudo apt-get -y install build-essential binutils git autoconf automake gettext texinfo
-$ sudo apt-get -y install gcc-8 g++-8 ninja-build
+$ sudo apt-get -y install build-essential binutils git autoconf automake gcc-8 g++-8 ninja-build
+$ sudo apt-get -y install gettext texinfo qt6-base-dev libqt6core5compat6-dev libgpgme-dev
$ sudo apt-get -y install libconfig++-dev libboost-all-dev libarchive-dev libssl-dev
$ sudo apt-get -y install gpg # If you need to run directly after building.
```