-
Notifications
You must be signed in to change notification settings - Fork 23
Building Akashi
Salanto edited this page Jun 19, 2022
·
10 revisions
If you are unable to use either CI or release builds, you can compile akashi yourself.
Akashi requires Qt >= 5.10, and Qt websockets. Please ensure that your distro supports the minimum requirements.
To make code updates easy we advise using Git, you can always download the source code and compile it that way.
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