-
Notifications
You must be signed in to change notification settings - Fork 1
Getting started
Caleb Waldorf edited this page Feb 15, 2022
·
11 revisions
To begin using b-ber you must have Command Line Tools for Xcode installed.
- Open Terminal.app and verify that Xcode is not already installed.
$ xcode-select -p
If you see:
/Applications/Xcode.app/Contents/Developer
Xcode is installed. Update Xcode by opening the App Store, open the Updates tab, and click update if Xcode is present. If Xcode is not installed, download Xcode on the App Store and follow the installation instructions.
- Install Xcode Command Line Tools.
$ xcode-select --install
Click Install.
b-ber requires Node.js version 12, and Calibre.
Add the Calibre CLI tool called ebook-convert
.
Calibre must be added to your system path in order to enable its usage.
For example:
export PATH="$PATH:/Applications/calibre.app/Contents/MacOS"
- Adding metadata
- Creating content
- Generating new content
- Authoring and editing content
- Reading order (Table of Contents)
- Configuring the build
- Adding a cover image
- All directives
- Text
- Media
- Misc