Photonics-Helfer/README.md

25 lines
447 B
Markdown

# Photonics Helfer
Ein hilfreiches Tool für Photoniker
---
## Installation
### Linux
```sh
git clone https://gitea.fhgr.ch/zwickethomas/Photonics-Helfer
cd Photonics-Helfer
make
./Photonics-Helfer
```
### Windows
1) Lade das Repository als zip-Datei herunter.
2) Entpacke die Datei.
3) Öffne das cmd und gehe in den Ordner `Photonics-Helper`.
4) Kompiliere das Programm mit `mingw32-make`.
5) Starte die Datei `Photonics-Helper.exe`.
---