slint/docs/tutorial/cpp
2021-06-17 15:53:48 +02:00
..
src C++ tutorial: Remove inline source for the game logic chapter 2021-06-17 15:53:48 +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.