update readme
This commit is contained in:
parent
c1ead35cd7
commit
c0bd43ce3d
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -25,12 +25,12 @@ In both cases, replace `/home/user/Qt/6.7.2/gcc_64/lib` with your Qt installatio
|
||||||
|
|
||||||
### Downloading Qt
|
### Downloading Qt
|
||||||
- For 64-bit Linux:
|
- For 64-bit Linux:
|
||||||
1. [qt672.tar.zst](https://lfs724.b-cdn.net/qt672.tar.zst)[^2]
|
1. Download [`qt672.tar.zst](https://lfs724.b-cdn.net/qt672.tar.zst)[^2]
|
||||||
2. Extract
|
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:
|
- 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
|
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)
|
2. You will be asked to create a Qt account - you have to[^6] (that's why I provide a download)
|
||||||
3. Click through until you see the installation options. \
|
3. Click through until you see the installation options. \
|
||||||
Take note of the `Installation folder` and choose `Custom Installation`
|
Take note of the `Installation folder` and choose `Custom Installation`
|
||||||
4. `Select` -> `Deselect All` \
|
4. `Select` -> `Deselect All` \
|
||||||
|
@ -39,18 +39,20 @@ 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
|
6. Note the **absolute**[^3] path to `6.7.2/gcc_64/lib` in your installation folder
|
||||||
|
|
||||||
|
|
||||||
### Notes[^6]
|
### Notes[^99]
|
||||||
|
|
||||||
[^1]: considering renaming
|
[^1]: considering renaming
|
||||||
|
|
||||||
[^2]: Signature is on this repo: `qt672.tar.zst.sig` \
|
[^2]: Signature: [`qt672.tar.zst.sig`](https://git.m724.eu/Minecon724/chaqt/raw/branch/master/qt672.tar.zst.sig) (on this repo)
|
||||||
The link leads to https://lfs724.b-cdn.net/qt672.tar.zst
|
|
||||||
|
|
||||||
[^3]: Absolute is like `/home/user/Qt/6.7.2/gcc_64/lib`
|
[^3]: Absolute means 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. \
|
[^5]: Saves the artifact as `chaqt-1.0-SNAPSHOT.jar` in the `target` directory. \
|
||||||
You can move it away and delete this repo
|
You can move it away and delete this repo
|
||||||
|
|
||||||
[^6]: I love footnotes
|
[^6]: You will also receive unwanted emails. \
|
||||||
|
To unsubscribe, you must click a tracking link, [look here](https://www.qt.io/email-preferences)
|
||||||
|
|
||||||
|
[^99]: I love footnotes
|
Loading…
Reference in a new issue