Skip to content
DREVET Olivier edited this page Aug 22, 2021 · 2 revisions

Build from source

Linux

install required packages (Debian/Ubuntu)

 sudo apt-get install libgtk-3-dev cmake libsoup-gnome2.4-dev

Create make file

 cmake . 

Create binary

 make  

Install

Copy binary and ressource files in the system

sudo make install

Run

gjitenkai

Create an AppImage

Clone this wiki locally