forked from AttorneyOnline/AO2-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1e13f6
commit 5cf2aa1
Showing
3 changed files
with
74 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Running on Linux | ||
|
||
There are two download options for running on Linux: the **dynamically-linked** build and the **AppImage**. The dynamic build is lighter, but may not run on older systems. The AppImage is a bit bigger, but should seamlessly on most systems. | ||
|
||
### AppImage | ||
|
||
If you downloaded the **AppImage** version, it should just be plug-and-play. If you run into errors or bugs, contact us in our [Discord server](https://discord.gg/wWvQ3pw) or open an [issue on Github](https://github.com/AttorneyOnline/AO2-Client/issues). | ||
|
||
### Dynamic | ||
|
||
If you downloaded the **dynamically-linked** version, use the `launch.sh` script to run AO. | ||
|
||
You may need to install some libraries in your system. These are the commands to run on a terminal for some distributions: | ||
|
||
* Arch Linux: | ||
``` | ||
$ sudo pacman -S qt6-base qt6-tools qt6-websockets qt6-imageformats | ||
``` | ||
* Fedora: | ||
``` | ||
$ sudo dnf install qt6-qtbase qt6-qttools qt6-qtwebsockets qt6-qtimageformats | ||
``` | ||
* Ubuntu 22.04 LTS: | ||
``` | ||
$ sudo apt-get install qt6base-dev libqt6uitools6 libqt6websockets6 qt6-image-formats-plugins | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Attorney Online | ||
Comment=The courtroom drama simulator | ||
Exec=Attorney_Online | ||
Icon=Attorney_Online | ||
Categories=Game; |