From c274b03cafb9308540272b99532c5941a0120556 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 24 Dec 2018 11:31:53 +0100 Subject: [PATCH] extend the readme --- README.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.org b/README.org index 86deccd..e4623b8 100644 --- a/README.org +++ b/README.org @@ -10,3 +10,21 @@ the IBZ school. The original location of this repository is: https://git.2li.ch/Nebucatnetzer/thesis + +To build the documents you need the following applications installed on your +system: +- inkscape +- texlive-full +- emacs +- graphviz + +If your system fullfills this depencies then you can navigate in either the +folder "projekantrag" or the folder "projekthandbuch" and execute the following +command: + +#+BEGIN_SRC bash +make +#+END_SRC + +This should build the document for you and create a PDF document in the +directory you executed the command.