mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-01 08:07:23 +00:00
![]() Use a version of highlight.js from our website that has CMake support built-in, the one that comes with mdbook doesn't. |
||
---|---|---|
.. | ||
src | ||
book.toml | ||
README.md |
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.