no sé qué es lo que hago pero funciona
Go to file
in1tiate 7e9227f70a
Boilerplate for client pull request (#355)
* add blips boilerplate

* fix very funny crash
2024-05-15 10:51:52 -05:00
.github/workflows
akashi Fix CPU core maxing out, esp. on Linux and bump version for hotfix (#350) 2024-04-06 08:20:33 -05:00
bin
bin_tests/config
core Boilerplate for client pull request (#355) 2024-05-15 10:51:52 -05:00
doxygen
scripts
tests
.clang-format
.gitignore
akashi.pro
Doxyfile
license_notice.txt
LICENSE.md
README.md remove broken status indicators 2024-04-06 09:28:00 -05:00

akashi

A C++ server for Attorney Online 2

Code Format and Build Codecov branch Maintenance GitHub

Where to download

You can find the latest stable release on our release page.
Nightly CI builds can be found at Github Actions

Support

Akashi has a maintained Wiki for setup and configuration.

For more support join the official Attorney Online 2 Discord!
AttorneyOnline

Build Instructions

If you are unable to use either CI or release builds, you can compile akashi yourself.
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 qt5-default libqt5websockets5-dev
   git clone https://github.com/AttorneyOnline/akashi
   cd akashi
   qmake && make

Contributors

GitHub Contributors Image