From 74b34d34b6e6a1b21df8e719b5ae7478ea833002 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 14 Jul 2023 22:03:07 -0700 Subject: [PATCH] Move Kindlegen section to top --- Installation.md | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/Installation.md b/Installation.md index 228c708..c516317 100644 --- a/Installation.md +++ b/Installation.md @@ -1,6 +1,6 @@ -### 7-Zip +# 7-Zip -##### Windows +## Windows First install 7z from https://www.7-zip.org/ or with command line: ``` @@ -14,13 +14,30 @@ setx path "%path%;C:\Program Files\7-Zip" ``` Be sure to close and re-open KCC so it sees the updated PATH. -##### Mac +## Mac with [Homebrew](https://brew.sh/) installed ``` -$ brew update $ brew install p7zip ``` +# Kindlegen + +## Windows + +Move `kindlegen.exe` from Kindle Previewer into the same folder as KCC. + +## Mac +And to fix the KindleGen missing warning, with [Homebrew](https://brew.sh/) installed: + +```bash +brew install --cask kindle-previewer +sudo cp "/Applications/Kindle Previewer 3.app/Contents/lib/fc/bin/kindlegen" /usr/local/bin/ +``` +or +```bash +brew install --cask kindle-comic-creator +``` + ### DOWNLOADS You can find the latest binary at the following link: @@ -45,18 +62,6 @@ xattr -d com.apple.quarantine /Applications/Kindle\ Comic\ Converter.app xattr -d com.apple.quarantine -- /Applications/Kindle\ Comic\ Converter.app/Contents/Resources/7z ``` -###### KindleGen -And to fix the KindleGen missing warning, with [Homebrew](https://brew.sh/) installed: - -```bash -brew install --cask kindle-previewer -sudo cp "/Applications/Kindle Previewer 3.app/Contents/lib/fc/bin/kindlegen" /usr/local/bin/ -``` -or -```bash -brew install --cask kindle-comic-creator -``` - ##### M1/M2 arm64 version Building is not available in github on M1 arch.