Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Pichelhofer committed Mar 26, 2024
2 parents f4a7021 + faef57b commit 266b702
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,20 @@ asciidocs documentation for AXIOM Beta and beyond for collaborative writing and
PDF: https://apertus-open-source-cinema.github.io/documentation-wiki/Main.pdf

HTML: https://apertus-open-source-cinema.github.io/documentation-wiki/Main.html


# Local Building

## Requirements
* Install DocToolChain: https://doctoolchain.org/docToolchain/v2.0.x/020_tutorial/010_Install.html and follow the guide on the website to install java and other required packages.

## Build Commands
Generate HTML:
```
./dtcw generateHTML
```

Generate PDF:
```
./dtcw generatePDF
```

0 comments on commit 266b702

Please sign in to comment.