1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-31 07:04:00 +00:00

support and describe local installation (from repository) without installer

This commit is contained in:
mintty
2020-11-13 00:00:00 +01:00
parent f31eae1a41
commit 6c5a0f1fba
2 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
# make targets:
# make [all] build a distributable installer (default)
# make pkg build an installer, bypassing the system checks
# make build build the software (no installer)
# make install install wsltty locally from build (no installer needed)
# make wsltty build the software, using the local copy of mintty
@@ -298,6 +300,9 @@ mintty-usr: mintty-get mintty-appx
# local wsltty build target:
wsltty: wslbridge cygwin mintty-build mintty-pkg
# build software without installer:
build: wslbridge cygwin mintty-get mintty-build mintty-pkg
# standalone wsltty package build target:
pkg: wslbridge cygwin mintty-get mintty-build mintty-pkg installer