1.6 KiB
1.6 KiB
ChaQt
Qt application using chatapi1
(it will be after I learn)
Requirements
- Java 21 (JDK)
- Qt 6.7.2
Usage
./mvnw compile exec:java -Djava.library.path=/home/user/Qt/6.7.2/gcc_64/lib
Replace /home/user/Qt/6.7.2/gcc_64/lib
with your Qt installation
Or:
- Compile:
./mvnw package
java -Djava.library.path=/home/user/Qt/6.7.2/gcc_64/lib -jar target/chaqt-1.0-SNAPSHOT.jar
- Replace
/home/user/Qt/6.7.2/gcc_64/lib
with your Qt installation - You can set
LD_LIBRARY_PATH
instead ofDjava.library.path
(same value) chaqt-1.0-SNAPSHOT.jar
is the executable, you can move it away and delete this repo
- Replace
Downloading Qt
- For 64-bit Linux:
- qt672.tar.zst2
- Extract
- Note the absolute3 path to
6.7.2/gcc_64/lib
- For other systems, or if you want to DIY:
- Download the Qt Online Installer and execute
- You will be asked to create a Qt account - you have to (that's why I provide a download)
- Click through until you see the installation options.
Take note of theInstallation folder
and chooseCustom Installation
Select
->Deselect All
Then selectQt
->Qt 6.7.2
->Desktop
- Click through until you finish
- Note the absolute3 path to
6.7.2/gcc_64/lib
in your installation folder