diff options
author | saturneric <[email protected]> | 2024-01-08 07:43:19 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-08 07:43:19 +0000 |
commit | fd1f245ebb0345c1e4840803f5789b804c6a0025 (patch) | |
tree | a43f8fd5190fb3d90faa2dda54c005916b6605df /README.md | |
parent | fix: slove issue #123 "Append fingerprint to editor" crashes if there is no e... (diff) | |
download | GpgFrontend-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. ``` |