compilation
compilation
Posted May 5, 2020 19:39 UTC (Tue) by rillian (subscriber, #11344)Parent article: The Wayland Protocol
If anyone else is confused after checking out the source, one can build the book with:
$ cargo install mdbook $ mdbook $ xdg-open book/index.html
Posted May 6, 2020 4:40 UTC (Wed)
by CChittleborough (subscriber, #60775)
[Link] (1 responses)
Posted May 6, 2020 4:43 UTC (Wed)
by CChittleborough (subscriber, #60775)
[Link]
Here’s what I used.
compilation
$ git clone https://git.sr.ht/~sircmpwn/wayland-book
$ cargo install mdbook
$ cd ../wayland-book
$ mdbook build
$ xdg-open book/index.html
woops