Darling Docs
Go to file
Thomas A 25f17a80a4 Fedora 38: Replace "ffmpeg-devel" with "free" Package. Don't Install Both x86_64 and i686 "libtiff-devel" Package.
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.
2023-08-26 18:28:16 -07:00
src Fedora 38: Replace "ffmpeg-devel" with "free" Package. Don't Install Both x86_64 and i686 "libtiff-devel" Package. 2023-08-26 18:28:16 -07: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.