24 lines
496 B
Markdown
24 lines
496 B
Markdown
# Photomator
|
|
|
|
Desktop-Anwendung zum Konvertieren und Schrumpfen von Bildern für die Verwendung im Web.
|
|
|
|
## Build
|
|
|
|
### Windows
|
|
|
|
- install msys2 (mingw-w64) -> libadwaita, gtk4, libwebp
|
|
- install .NET 8.0
|
|
- install Git for Windows
|
|
- add .NET 8.0 and mingw-w64 to PATH
|
|
|
|
```powershell
|
|
git clone https://git.cantorgymnasium.de/gcg/photomator
|
|
|
|
cd photomator/Photomator
|
|
|
|
dotnet restore
|
|
dotnet publish -r win-x64
|
|
```
|
|
|
|
The installer will be located under `Photomator\bin\Release\net8.0\win-x64\publish`.
|