You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,11 @@ This is how the app looks after importing a directory of 200 images.
19
19
20
20

21
21
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
23
27
24
28
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.
25
29
@@ -44,3 +48,11 @@ Open the "Developer PowerShell for VS 2022" profile in Windows Terminal and run
44
48
```
45
49
./misc/build/build-windows-latest.ps1
46
50
```
51
+
52
+
## License
53
+
54
+
Distributed under the GPL-3.0 license. See `LICENSE` for more information.
0 commit comments