forked from zwickethomas/Photonics-Helfer
26 lines
487 B
Markdown
26 lines
487 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 sort && 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) `obj` Ordner erstellen.
|
|
5) Kompiliere das Programm mit `mingw32-make`.
|
|
6) Starte die Datei `Photonics-Helper.exe`.
|
|
---
|