Darling Docs
Go to file
Slipp Douglas Thompson 660dd0fbc5
Updated Arch & Manjaro to install *glu* package
* Added `glu` to **Arch Linux & Manjaro** section's `pacman -S …` dependencies command.

For Arch (my machine) and AFAICT Manjaro, `libGLU.so` is no longer included as part of the *mesa* package or one of it's dependencies— it's now required to install the *glu* package (see https://archlinux.org/packages/extra/x86_64/glu/).
2023-01-27 08:56:07 -06:00
src Updated Arch & Manjaro to install *glu* package 2023-01-27 08:56:07 -06:00
.gitignore Import from dokuwiki 2020-04-03 22:13:14 +02:00
book.toml Update book.toml 2020-04-04 14:21:25 +02:00
README.md Use code quotes, and change phrasing. 2022-07-19 11:26:06 +01:00

Darling Docs

This repository stores the contents of https://docs.darlinghq.org

Generating a local copy

Download or compile mdbook from: https://github.com/rust-lang/mdBook/releases, or install a package from your Linux distribution if available.

Then run:

mdbook book.toml

The resulting book will be available as a set of HTML files under the newly-created "book" subdirectory.