1
0
mirror of https://github.com/mintty/wsltty.git synced 2024-10-05 18:31:04 +01: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

@ -45,8 +45,7 @@ to some temporary deployment directory, and invoke `install.bat` from there.
Checkout the wsltty repository, or download the source archive, unpack and rename the directory to `wsltty`.
Install Alpine WSL from the Microsoft Store.
Invoke `make` (or `make pkg` if directory is called `wsltty-master`),
then `make install`.
Invoke `make build`, then `make install`.
Note this has to be done within a Cygwin environment. A minimal Cygwin
environment for this purpose would be installed with the

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