Skip to content

Commit

Permalink
Merge pull request #44 from skunkforce/prerequisites-in-documentation
Browse files Browse the repository at this point in the history
Adds Prerequisites to README
  • Loading branch information
Stephanos authored Oct 24, 2023
2 parents 6645bba + 58a9ec6 commit b25b322
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,27 @@ Auf [https://moodle.aw4null.de/] (unserer Lernplattform) finden sich weitere Hil


## Buildprozess Linux

### Prerequisites
Bevor der Kompilationsprozess gestartet werden kann, muss sichergestellt werden, dass die folgenden Pakete installiert sind:
* build-essential
* autoconf
* gtk-doc-tools
* libtool
* intltool
* curl
* zip
* unzip
* tar
* libudev-dev
* libxinerama-dev
* libxcursor-dev
* xorg-dev
* libglu1-mesa-dev
* pkg-config

### Kompilation

ins OmniView Verzeichnis wechseln

submodule updaten und initalisieren:
Expand Down

0 comments on commit b25b322

Please sign in to comment.