add Windows build readme
This commit is contained in:
parent
2a7a7b01cf
commit
23dc2d75e0
@ -19,8 +19,9 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||||
|
<Message Text="=== Building Photomator $(GitTag)... ===" Importance="high" />
|
||||||
<RemoveDir Directories="$(PublishDir)" />
|
<RemoveDir Directories="$(PublishDir)" />
|
||||||
<Message Text="=== Compiling extra resources... ===" Importance="high"/>
|
<Message Text="=== Compiling extra resources... ===" Importance="high" />
|
||||||
<Exec Command="glib-compile-resources --sourcedir ./Resources ./Resources/de.cantorgymnasium.Photomator.gresource.xml --target=$(OutDir)/de.cantorgymnasium.Photomator.gresource" />
|
<Exec Command="glib-compile-resources --sourcedir ./Resources ./Resources/de.cantorgymnasium.Photomator.gresource.xml --target=$(OutDir)/de.cantorgymnasium.Photomator.gresource" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
20
README.md
20
README.md
@ -1,3 +1,23 @@
|
|||||||
# Photomator
|
# Photomator
|
||||||
|
|
||||||
Desktop-Anwendung zum Konvertieren und Schrumpfen von Bildern für die Verwendung im Web.
|
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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user