slint/docs/tutorial/cpp
Simon Hausmann ef36caad88 C++ tutorial: Fix code formatting
... to avoid a horizontal scrollbar in the code block.

Apply the same formatting tricks as on the HTML blog version
2021-06-17 16:09:59 +02:00
..
src C++ tutorial: Fix code formatting 2021-06-17 16:09:59 +02:00
book.toml Fix CMake syntax highlighting in the C++ tutorial 2021-06-17 13:47:46 +02:00
README.md Initial port of the C++ version of the memory tutorial 2021-06-17 11:53:16 +02:00

Requirements

Building the tutorial requires mdbook, which you can install with cargo:

cargo install mdbook

Building

To build the tutorial, type:

mdbook build

The output will be in the book/html subdirectory. To check it out, open it in your web browser.