diff --git a/Installation.md b/Installation.md index 09e9d79..4310b38 100644 --- a/Installation.md +++ b/Installation.md @@ -58,6 +58,26 @@ It only run ~10 seconds faster per volume compared to the packaged version avail Or you could also have a look at this other project: https://github.com/celogeek/go-comic-converter +### Linux + +- flatpak : https://flathub.org/apps/details/io.github.ciromattia.kcc +- Docker: https://github.com/ciromattia/kcc/pkgs/container/kcc + + +On Debian based distributions these two commands should install all needed dependencies: + +```bash +$ sudo apt-get install -y python3 python3-dev libpng-dev libjpeg-dev p7zip-full p7zip-rar unrar-free libgl1 python3-pyqt5 && \ + python -m pip install --upgrade pip && \ + python -m pip install --upgrade -r requirements.txt +``` + +##### Optional dependencies +- Qt platform integration plugin for Deepin Desktop Environment +```bash +$ sudo apt-get install qt5dxcb-plugin +``` + ### FLATPAK to use `kcc-c2e` or `kcc-c2p`, use this command