mirror of
https://github.com/ciromattia/kcc
synced 2026-02-02 18:37:40 +00:00
move linux info from readme into wiki
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user