akashi-esquizolandia/README.md
gor_down 81312b2ad3
Some checks are pending
CI / build-windows (push) Blocked by required conditions
CI / build-linux (push) Blocked by required conditions
CI / check-clang-format (push) Waiting to run
unniggered readme.md
2025-03-02 07:19:13 -03:00

17 lines
488 B
Markdown

A C++ server for Attorney Online 2<br><br>
# 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
```