Photonics-Helfer/README.md

25 lines
447 B
Markdown
Raw Normal View History

2024-12-13 23:04:46 +01:00
# Photonics Helfer
Ein hilfreiches Tool für Photoniker
---
## Installation
### Linux
```sh
git clone https://gitea.fhgr.ch/zwickethomas/Photonics-Helfer
cd Photonics-Helfer
2024-12-16 15:46:31 +01:00
make
2024-12-13 23:04:46 +01:00
./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`.
2024-12-16 15:46:31 +01:00
4) Kompiliere das Programm mit `mingw32-make`.
5) Starte die Datei `Photonics-Helper.exe`.
2024-12-13 23:04:46 +01:00
---