Note

circle-info

Info

How to convert this GitBook e-book into PDF, EPUB and/or MOBI file formats?

Windows

1. Install the following software:

2. Open an elevated command prompt and clone the book repository:

git clone https://github.com/dimitarminchev/DCPA.git

Result:

Cloning into 'DCPA'...
remote: Enumerating objects: 700, done.
remote: Counting objects: 100% (107/107), done.
remote: Compressing objects: 100% (85/85), done.
remote: Total 700 (delta 70), reused 36 (delta 22), pack-reused 593 eceiving objects:  93% (651/700), 202.79 MiB | 9.45 MiB/s
Receiving objects: 100% (700/700), 204.77 MiB | 9.35 MiB/s, done.
Resolving deltas: 100% (410/410), done.

3. Enter the newly cloned repository:

4. Install the required modules by running the following commands:

5. You may encounter an error like this:

To fix this error:

6. Return to the command prompt and finish the installation:

7. Check the GitBook version with:

The result may look like:

8. Run the procedure to generate the e-book in your chosen format:

  • HTML

A successful run will show output similar to:

  • PDF

A successful run will show output similar to:

  • EPUB

A successful run will show output similar to:

  • MOBI

A successful run will show output similar to:

Linux

1. Update your distribution:

2. Install the required packages:

3. Clone the book repository:

4. Generate the e-books:

A successful run will show output similar to:

Last updated