diff options
author | saturneric <[email protected]> | 2025-06-24 13:21:50 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-06-24 13:21:50 +0000 |
commit | 2f03ff4d734529c80829a001cc9b61bb1de8b2fb (patch) | |
tree | 4d1f00ac2d35dac15905ba2f291a51b38de91d34 | |
parent | docs(code-binary-verify): add verification images and certum link (diff) | |
download | Manual-2f03ff4d734529c80829a001cc9b61bb1de8b2fb.tar.gz Manual-2f03ff4d734529c80829a001cc9b61bb1de8b2fb.zip |
docs: update documentation for setup and requirements
- remove extra blank line in macOS brew installation instructions
- update minimum GnuPG version requirement from 2.1.0 to 2.2.0
- add direct link to locale ts files in translation guide
-rw-r--r-- | src/content/docs/appendix/setup-dev-env.md | 1 | ||||
-rw-r--r-- | src/content/docs/appendix/system-requirement.md | 4 | ||||
-rw-r--r-- | src/content/docs/appendix/translate-interface.md | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/content/docs/appendix/setup-dev-env.md b/src/content/docs/appendix/setup-dev-env.md index 0e2f01d..a83dd43 100644 --- a/src/content/docs/appendix/setup-dev-env.md +++ b/src/content/docs/appendix/setup-dev-env.md @@ -78,7 +78,6 @@ sudo apt-get install -y build-essential cmake ninja-build libarchive-dev libssl- ```bash brew install cmake openssl@3 ninja libarchive gpgme brew link --force openssl@3 - ``` - **For Windows (via MSYS2):** Set up MSYS2 according to its documentation and diff --git a/src/content/docs/appendix/system-requirement.md b/src/content/docs/appendix/system-requirement.md index 7afb0df..f3a6899 100644 --- a/src/content/docs/appendix/system-requirement.md +++ b/src/content/docs/appendix/system-requirement.md @@ -51,9 +51,9 @@ dependencies: This variant ensures compatibility with earlier Windows environments, extending the tool's accessibility and usability. -- **GnuPG 2.1.0 or Higher:** GpgFrontend integrates with GnuPG for its +- **GnuPG 2.2.0 or Higher:** GpgFrontend integrates with GnuPG for its cryptographic operations, including encryption, decryption, and digital - signing. While GpgFrontend supports GnuPG version 2.1.0 or newer, some + signing. While GpgFrontend supports GnuPG version 2.2.0 or newer, some features may not be fully functional with versions below 2.4.0. For the best compatibility and to ensure access to all features, it is strongly recommended to use GnuPG 2.4.0 or higher. Please note that GnuPG 1.x versions are not diff --git a/src/content/docs/appendix/translate-interface.md b/src/content/docs/appendix/translate-interface.md index 6eed5a6..c2e1f99 100644 --- a/src/content/docs/appendix/translate-interface.md +++ b/src/content/docs/appendix/translate-interface.md @@ -21,7 +21,8 @@ GpgFrontend uses the tools provided by this library. 1. Download or clone source code [HERE](https://github.com/saturneric/GpgFrontend) -2. You will find some ts files(.ts) at path `resource/lfs/locale/ts` +2. You will find some ts files(.ts) at path + [`resource/lfs/locale/ts`](https://github.com/saturneric/GpgFrontend/tree/main/resource/lfs/locale/ts) 3. Add a new language: Create a new file; see [locale codes](https://saimana.com/list-of-country-locale-code/). 4. To edit or update an existing language, navigate to the path `resource/lfs/locale/ts`. |