Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04f3908

Browse files
committed
Add links to French versions of ebooks to README
1 parent d26fdba commit 04f3908

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ E-book
1616

1717
This guide is now available in e-book formats as well:
1818

19-
* [EPUB](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20en.epub)
20-
* [PDF](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20en.pdf)
19+
* EPUB ([English](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20en.epub), [French](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20fr.epub))
20+
* PDF ([English](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20en.pdf), [French](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20fr.pdf))
2121

2222
The e-book can be built from the existing content by running:
2323

2424
python3 build_ebook.py
2525

2626
This script depends on the following utilities being available on the path:
2727

28-
* `inkscape`: SVG to PNG conversion
29-
* `pandoc`: Building a PDF and EPUB from the Markdown code
28+
* `inkscape`: SVG to PNG conversion (tested with version 1.0.2)
29+
* `pandoc`: Building a PDF and EPUB from the Markdown code (tested with version 2.13)
3030

3131
You also need to install a LaTeX distribution for PDF generation.
3232

0 commit comments

Comments
 (0)