GNU/Linux Calibre installation instruction for ebook (#1533)

Adding details to generating ebook an pdfs in GNU/Linux.
This commit is contained in:
Guillermo Lengemann
2016-10-19 12:01:59 -04:00
committed by Nicolas Gaborit
parent b564ef6580
commit 5f0a81d18b
+14
View File
@@ -17,6 +17,20 @@ $ gitbook mobi ./ ./mybook.mobi
`ebook-convert` is required to generate ebooks (epub, mobi, pdf).
##### GNU/Linux
Install the [Calibre application](https://calibre-ebook.com/download).
```
$ sudo aptitude install calibre
```
In some GNU/Linux distributions node is installed as nodejs, you need to manually create a symlink:
```
$sudo ln -s /usr/bin/nodejs /usr/bin/node
```
##### OS X
Download the [Calibre application](https://calibre-ebook.com/download). After moving the `calibre.app` to your Applications folder create a symbolic link to the ebook-convert tool: