akashi-esquizolandia/README.md
HolyMan d2b378b005
QRegExp to QRegularExpression and updated README (#368)
* QRegExp to QRegularExpression and updated README

One instance of QRegExp made the compiler crash when trying to build Akashi. Also, the README.md build instructions were outdated, new ones were provided to me by Salanto.

* Appease clang

---------

Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-17 18:32:56 -05:00

28 lines
1.7 KiB
Markdown

# akashi <img src="https://github.com/AttorneyOnline/akashi/blob/master/akashi/resource/icon/256.png" width=30 height=30>
A C++ server for Attorney Online 2<br><br>
![Code Format and Build](https://github.com/AttorneyOnline/akashi/actions/workflows/main.yml/badge.svg?event=push) [![Codecov branch](https://img.shields.io/codecov/c/gh/AttorneyOnline/akashi/master)](https://app.codecov.io/gh/AttorneyOnline/akashi) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/AttorneyOnline/akashi/graphs/commit-activity) ![GitHub](https://img.shields.io/github/license/AttorneyOnline/akashi?color=blue)<br>
# Where to download
You can find the latest stable release on our [release page.](https://github.com/AttorneyOnline/akashi/releases)<br>
Nightly CI builds can be found at [Github Actions](https://github.com/AttorneyOnline/akashi/actions)<br>
# Support
Akashi has a maintained [Wiki](https://github.com/AttorneyOnline/akashi/wiki) for setup and configuration.<br><br>
For more support join the official Attorney Online 2 Discord!<br>
[![AttorneyOnline](https://discordapp.com/api/guilds/278529040497770496/widget.png?style=banner2)](https://discord.gg/wWvQ3pw)
# Build Instructions
If you are unable to use either CI or release builds, you can compile akashi yourself.<br>
Requires Qt >= 5.10, and Qt websockets
**Ubuntu 20.04/22.04** - Ubuntu 18.04 or older are not supported.
```
sudo apt install build-essential qtbase5-dev qt5-qmake qttools5-dev qttools5-dev-tools libqt5websockets5-dev
git clone https://github.com/AttorneyOnline/akashi
cd akashi
qmake project-akashi.pro && make
```
# Contributors
![GitHub Contributors Image](https://contrib.rocks/image?repo=AttorneyOnline/akashi)