aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-09-10 18:04:00 +0000
committersaturneric <[email protected]>2023-09-10 18:04:00 +0000
commit3b29ed07e767cd8bf6443a1892d3bed24ad2e469 (patch)
tree1669f8d59890099340c4c398b42c033631f30eb8 /README.md
parentfix: remove submodules and delete debug build pipeline (diff)
downloadGpgFrontend-3b29ed07e767cd8bf6443a1892d3bed24ad2e469.tar.gz
GpgFrontend-3b29ed07e767cd8bf6443a1892d3bed24ad2e469.zip
doc: update some documents
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3dcf13ae..44d96c28 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,7 @@ $ ./release/GpgFrontend.exe
Install and compile dependencies.
```shell
-$ brew install cmake git autoconf automake qt@5 texinfo gettext [email protected] libarchive
+$ brew install cmake git autoconf automake qt@6 texinfo gettext [email protected] libarchive
$ brew install boost ninja
$ brew unlink gettext && brew link --force gettext
$ brew link qt@5
@@ -200,19 +200,19 @@ newer than those in apt.
$ cd GpgFrontend
$ cd ./third_party/libgpg-error
$ ./autogen.sh
-$ ./configure --enable-maintainer-mode && make
+$ ./configure --enable-maintainer-mode && make -j$(nproc)
$ sudo make install
# libassuan
$ cd GpgFrontend
$ cd ./third_party/libassuan
$ ./autogen.sh
-$ ./configure --enable-maintainer-mode && make
+$ ./configure --enable-maintainer-mode && make -j$(nproc)
$ sudo make install
# gpgme
$ cd GpgFrontend
$ cd ./third_party/gpgme
$ ./autogen.sh
-$ ./configure --enable-maintainer-mode --enable-languages=cpp && make
+$ ./configure --enable-maintainer-mode --enable-languages=cpp && make -j$(nproc)
$ sudo make install
```
@@ -263,16 +263,16 @@ link](https://gpgfrontend.bktus.com/#/translate-interface).
GpgFrontend currently supports a wide array of languages including:
- Chinese
-- Spanish: 'es_ES', 'es_MX'
-- French: 'fr_FR', 'fr_CA'
-- German: 'de_DE', 'de_AT', 'de_CH'
+- Spanish: 'es_ES'
+- French: 'fr_FR'
+- German: 'de_DE'
- Polish: 'pl_PL'
- Russian: 'ru_RU'
- Japanese: 'ja_JP'
- Italian: 'it_IT'
- Korean: 'ko_KR'
- Brazilian Portuguese: 'pt_BR'
-- Arabic: 'ar_SA', 'ar_IQ'
+- Arabic: 'ar_SA'
- Hindi: 'hi_IN'
- Afrikaans: 'af_ZA'
- Albanian: 'sq_AL'
@@ -286,12 +286,12 @@ GpgFrontend currently supports a wide array of languages including:
- Estonian: 'et_EE'
- Persian: 'fa_IR'
- Finnish: 'fi_FI'
-- Hebrew: 'he_IL', 'iw_IL'
+- Hebrew: 'he_IL'
- Indonesian: 'id_ID'
- Lithuanian: 'lt_LT'
- Greek: 'el_GR'
- Ukrainian: 'uk_UA'
-- English: 'en_US', 'en_GB', 'en_AU'
+- English: 'en_US'
**Notice:** Please note that most translations are generated by Google's
automatic translation service. If you find an error in any of the translations,