compilation
compilation
Posted May 6, 2020 4:40 UTC (Wed) by CChittleborough (subscriber, #60775)In reply to: compilation by rillian
Parent article: The Wayland Protocol
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
Posted May 6, 2020 4:43 UTC (Wed)
by CChittleborough (subscriber, #60775)
[Link]
woops
Correction: <code>$ cd wayland-book</code>.