aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-17 16:14:13 +0000
committersaturneric <[email protected]>2024-01-17 16:14:13 +0000
commit37848811b6c8ca6c2a707431ec077c8098918afe (patch)
tree2ed4e5759ca6c432171963068beca61a164e98d2 /README.md
parentfeat: update ci files and reduce dependencies (diff)
downloadGpgFrontend-37848811b6c8ca6c2a707431ec077c8098918afe.tar.gz
GpgFrontend-37848811b6c8ca6c2a707431ec077c8098918afe.zip
fix: improve code quality, docs and ci files
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e0003b16..e992e8c9 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ MSYS2 directory, and execute the following commands:
```shell
pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf
-pacman --noconfirm -S --needed make texinfo mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost automake
+pacman --noconfirm -S --needed make texinfo automake
pacman --noconfirm -S --needed mingw-w64-x86_64-qt6 libintl msys2-runtime-devel gettext-devel mingw-w64-x86_64-gpgme
pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg mingw-w64-x86_64-libarchive
```
@@ -155,7 +155,7 @@ Install and compile dependencies.
```shell
$ brew install cmake git autoconf automake qt@6 texinfo gettext [email protected] libarchive
-$ brew install boost ninja
+$ brew install ninja
$ brew unlink gettext && brew link --force gettext
$ brew link qt@5
```
@@ -188,7 +188,7 @@ Install and compile dependencies.
$ sudo apt-get update
$ 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 libarchive-dev libssl-dev
$ sudo apt-get -y install gpg # If you need to run directly after building.
```