|
|
Subscribe / Log in / New account

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


to post comments

compilation

Posted May 6, 2020 4:40 UTC (Wed) by CChittleborough (subscriber, #60775) [Link] (1 responses)

Here’s what I used.
$ git clone https://git.sr.ht/~sircmpwn/wayland-book
$ cargo install mdbook
$ cd ../wayland-book
$ mdbook build
$ xdg-open book/index.html

woops

Posted May 6, 2020 4:43 UTC (Wed) by CChittleborough (subscriber, #60775) [Link]

Correction: <code>$ cd wayland-book</code>.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds