slint/docs/tutorial/cpp
Simon Hausmann 8083046e1d Initial port of the C++ version of the memory tutorial
A couple of things still need to be done though, including more sharing with
the Rust version, cmake syntax highlighting, externalizing the code.
2021-06-17 11:53:16 +02:00
..
src Initial port of the C++ version of the memory tutorial 2021-06-17 11:53:16 +02:00
book.toml Initial port of the C++ version of the memory tutorial 2021-06-17 11:53:16 +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.