mirror of
https://github.com/darlinghq/darling-docs.git
synced 2024-11-26 22:00:34 +00:00
Darling Docs
25f17a80a4
Installing `ffmpeg-devel` requires the user to overwrite the freedom equivalent packages that are preinstalled. To keep things simple, we will install the devel versions of the freedom packages instead. Installing both `libtiff-devel.x86_64` and `libtiff-devel.i686` will result in a conflict with the `/usr/include/tiffconf.h` header file. |
||
---|---|---|
src | ||
.gitignore | ||
book.toml | ||
README.md |
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.