Skip to content

Commit

Permalink
add instructions for installing Qt dependencies (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus authored May 2, 2023
1 parent 50beb7d commit 2915f4c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

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

Linux users will need to install the system dependencies related to Qt. These are the commands to run on a terminal for some distributions:
* Ubuntu 22.04 LTS:
```
$ sudo apt-get install qt5-base-dev libqt5websockets5 qt5-image-formats-plugins libqt5svg5
```
* Arch:
```
$ sudo pacman -Syu qt5-base qt5-websockets qt5-imageformats qt5-svg
```
* Fedora:
```
$ sudo dnf install qt5-qtbase qt5-qtwebsockets qt5-qtimageformats qt5-qtsvg
```

## Credits

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

0 comments on commit 2915f4c

Please sign in to comment.