Documentation for evolutionOS
Go to file
Tracker-Friendly a58c0a644a No more github 2023-10-24 01:00:07 +01:00
.github Migrated, also removed codeberg from everywhere 2023-10-24 00:47:09 +01:00
res Migrated, also removed codeberg from everywhere 2023-10-24 00:47:09 +01:00
src No more github 2023-10-24 01:00:07 +01:00
.gitignore Migrated, also removed codeberg from everywhere 2023-10-24 00:47:09 +01:00
CONTRIBUTING.md No more github 2023-10-24 01:00:07 +01:00
LICENSE Migrated, also removed codeberg from everywhere 2023-10-24 00:47:09 +01:00
README.md Embarassing... 2023-10-24 00:47:50 +01:00
book.toml Migrated, also removed codeberg from everywhere 2023-10-24 00:47:09 +01:00
check.sh Migrated, also removed codeberg from everywhere 2023-10-24 00:47:09 +01:00

README.md

Evolution Docs

Welcome to the EvolutionOS documentation. This repository contains the source data behind https://hectabit.org/evolutionos/wiki/. Contributing to this repository follows the same protocol as the packages tree. For details, please read CONTRIBUTING.

Building

The res/build.sh script builds HTML, roff and PDF versions of the EvolutionOS documentation and the evolution-docs.1 man page. It requires the following EvolutionOS packages:

  • mdBook
  • findutils or busybox + evolution-patches
  • lowdown (version 0.8.1 or greater)
  • texlive
  • perl
  • perl-File-Which
  • perl-JSON
  • librsvg-utils
  • python3-md2gemini

In order to build and install these files, set the PREFIX and DESTDIR environment variables to appropriate values and run res/build.sh followed by res/install.sh.