diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-01-01 23:58:10 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-01-01 23:58:10 +0100 |
| commit | 3ecb0b459ee8500aa721b4ee8804bbde6f5c9dc3 (patch) | |
| tree | 1014e196905b23125437c0f5e45cf725e86cf5be /README.md | |
| parent | c5801d3215a0969bcf90fb2d882775302cd92f19 (diff) | |
fixed windows installer; updated download path for java installer
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -87,6 +87,25 @@ Stop YaCy on the console with ./stopYACY.sh ``` +### Build the Windows installer + +Windows installers are built with NSIS and require the release payload produced by Ant. +Install NSIS (`makensis`) and then run: + +``` +ant distWinInstaller +``` + +This runs the full build, stages files into `RELEASE/MAIN`, and produces the installer +in `RELEASE/` as `yacy_v<version>_*.exe`. + +If you want it in two steps, you can run: + +``` +ant copyMain4Dist +makensis RELEASE/WINDOWS/build.nsi +``` + ### Run YaCy using Docker The Official YaCy Image is `yacy/yacy_search_server:latest`. It is hosted on Dockerhub at [https://hub.docker.com/r/yacy/yacy_search_server](https://hub.docker.com/r/yacy/yacy_search_server) |
