1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

Add C drive notes

This commit is contained in:
Alex Xu
2024-03-15 12:08:46 -07:00
committed by GitHub
parent 461a7fda88
commit 9520e59a29

View File

@@ -55,8 +55,6 @@ For flatpak, Docker, and AppImage versions, refer to the wiki: https://github.co
You'll need to install various tools to access important but optional features. You'll need to install various tools to access important but optional features.
By default on Windows, KCC is expecting these to be installed on the C:// drive.
### 7-Zip ### 7-Zip
#### Windows 7-Zip #### Windows 7-Zip
@@ -66,6 +64,8 @@ First install 7z from https://www.7-zip.org/ or with command line:
winget install --id 7zip.7zip winget install --id 7zip.7zip
``` ```
Make sure to install the `64-bit x64` version and install it on the C drive!
#### macOS 7-Zip/Unar #### macOS 7-Zip/Unar
with [Homebrew](https://brew.sh/) installed with [Homebrew](https://brew.sh/) installed
``` ```
@@ -79,6 +79,8 @@ brew install unar
It's included in [Kindle Previewer](https://www.amazon.com/Kindle-Previewer/b?ie=UTF8&node=21381691011). It's included in [Kindle Previewer](https://www.amazon.com/Kindle-Previewer/b?ie=UTF8&node=21381691011).
On Windows, KCC expects it to be installed on the C drive!
## INPUT FORMATS ## INPUT FORMATS
**KCC** can understand and convert, at the moment, the following input types: **KCC** can understand and convert, at the moment, the following input types:
- Folders containing: PNG, JPG, GIF or WebP files - Folders containing: PNG, JPG, GIF or WebP files