Skip to content

Building Akashi

Salanto edited this page Jun 19, 2022 · 10 revisions

Build Instructions

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 check if your distro supports the minimum requirements.

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