update readme

pipes2game
MuedeHydra 2024-12-13 23:04:46 +01:00
parent 88e5d40db3
commit cc2cf4aed6
1 changed files with 24 additions and 1 deletions

View File

@ -1 +1,24 @@
Hier entsteht der Photonics Helfer. # 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`.
---