mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
17 lines
No EOL
289 B
Markdown
17 lines
No EOL
289 B
Markdown
# Requirements
|
|
|
|
Building the tutorial requires `mdbook`, which you can install with `cargo`:
|
|
|
|
```sh
|
|
cargo install mdbook
|
|
```
|
|
|
|
# Building
|
|
|
|
To build the tutorial, type:
|
|
|
|
```sh
|
|
mdbook build
|
|
```
|
|
|
|
The output will be in the `book/html` subdirectory. To check it out, open it in your web browser. |