summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0a26a8..6d4517a 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,20 @@ detailed information, please refer to [dpibreak(1)](./dpibreak.1.md).
See [dpibreak(1)#BUGS](./dpibreak.1.md#BUGS).
Report bugs at <https://github.com/dilluti0n/dpibreak/issues>.
+## To produce release zip/tarball
+Release builds and deployments are automated via GitHub Actions.
+See <.github/workflows/release.yml> for details.
+
+**Windows**
+1. `.\build.ps1 zipball`
+
+**Linux**
+1. `cargo build --target x86_64-unknown-linux-musl --release`
+2. `make tarball`
+
+Release zip/tarball should be ready on
+`dist\DPIBreak-X.Y.Z-x86_64-pc-windows-msvc.zip`
+
## To build
1. Install Rust toolchain from
<https://www.rust-lang.org/learn/get-started>.