From c1ead35cd73deabb79133b2c08d40e1bf3349839 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Tue, 3 Sep 2024 13:19:11 +0200 Subject: [PATCH] update readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 379f425..2a736c6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In both cases, replace `/home/user/Qt/6.7.2/gcc_64/lib` with your Qt installatio - For 64-bit Linux: 1. [qt672.tar.zst](https://lfs724.b-cdn.net/qt672.tar.zst)[^2] 2. Extract - 3. Note the **absolute**[^3] path to `6.7.2/gcc_64/lib` + 3. Note the **absolute**[^3] path to `6.7.2/gcc_64/lib` - For other systems, or if you want to DIY: 1. Download the [Qt **Online** Installer](https://www.qt.io/download-qt-installer-oss) and execute 2. You will be asked to create a Qt account - you have to (that's why I provide a download) @@ -39,15 +39,18 @@ In both cases, replace `/home/user/Qt/6.7.2/gcc_64/lib` with your Qt installatio 6. Note the **absolute**[^3] path to `6.7.2/gcc_64/lib` in your installation folder -### Notes +### Notes[^6] [^1]: considering renaming -[^2]: Signature is on this repo: `qt672.tar.zst.sig` +[^2]: Signature is on this repo: `qt672.tar.zst.sig` \ +The link leads to https://lfs724.b-cdn.net/qt672.tar.zst -[^3]: By absolute I mean like `/home/user/Qt/6.7.2/gcc_64/lib` +[^3]: Absolute is like `/home/user/Qt/6.7.2/gcc_64/lib` -[^4]: You can use an environment variable `LD_LIBRARY_PATH` instead of `Djava.library.path`. Make it the same value +[^4]: You can use an environment variable `LD_LIBRARY_PATH` instead of `-Djava.library.path`. Make it the same value [^5]: Saves the artifact as `chaqt-1.0-SNAPSHOT.jar` in the `target` directory. \ -You can move it away and delete this repo \ No newline at end of file +You can move it away and delete this repo + +[^6]: I love footnotes \ No newline at end of file