Skip to content

Commit 6fce4f8

Browse files
authored
Update README.md
Add Releases, License and Contact sections.
1 parent 19b5010 commit 6fce4f8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ This is how the app looks after importing a directory of 200 images.
1919

2020
![Main Xpano gui](misc/screenshots/xpano.jpg)
2121

22-
## Build
22+
## Releases
23+
24+
Currently there are [release packages](https://github.com/krupkat/xpano/releases) available for the Windows x64 platform. The binaries are built by [xpano-release-builder](https://github.com/krupkat/xpano-release-builder).
25+
26+
## Local build
2327

2428
The project can be built by running a single script from the `misc/build` directory. On both supported systems you will need at least CMake 3.21 and a compiler with C++20 support.
2529

@@ -44,3 +48,11 @@ Open the "Developer PowerShell for VS 2022" profile in Windows Terminal and run
4448
```
4549
./misc/build/build-windows-latest.ps1
4650
```
51+
52+
## License
53+
54+
Distributed under the GPL-3.0 license. See `LICENSE` for more information.
55+
56+
## Contact
57+
58+
Tomas Krupka - [krupkat.cz](https://krupkat.cz)

0 commit comments

Comments
 (0)