Skip to content

Commit 2915f4c

Browse files
add instructions for installing Qt dependencies (#902)
1 parent 50beb7d commit 2915f4c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
**[Refer to the docs](https://github.com/AttorneyOnline/docs/blob/master/docs/index.md) for more information.**
88

9+
Linux users will need to install the system dependencies related to Qt. These are the commands to run on a terminal for some distributions:
10+
* Ubuntu 22.04 LTS:
11+
```
12+
$ sudo apt-get install qt5-base-dev libqt5websockets5 qt5-image-formats-plugins libqt5svg5
13+
```
14+
* Arch:
15+
```
16+
$ sudo pacman -Syu qt5-base qt5-websockets qt5-imageformats qt5-svg
17+
```
18+
* Fedora:
19+
```
20+
$ sudo dnf install qt5-qtbase qt5-qtwebsockets qt5-qtimageformats qt5-qtsvg
21+
```
22+
923
## Credits
1024

1125
This is a open-source remake of Attorney Online written by OmniTroid. The original Attorney Online client was written by FanatSors in Delphi.

0 commit comments

Comments
 (0)