mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
support and describe local installation (from repository) without installer
This commit is contained in:
parent
f31eae1a41
commit
6c5a0f1fba
@ -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`.
|
Checkout the wsltty repository, or download the source archive, unpack and rename the directory to `wsltty`.
|
||||||
Install Alpine WSL from the Microsoft Store.
|
Install Alpine WSL from the Microsoft Store.
|
||||||
Invoke `make` (or `make pkg` if directory is called `wsltty-master`),
|
Invoke `make build`, then `make install`.
|
||||||
then `make install`.
|
|
||||||
|
|
||||||
Note this has to be done within a Cygwin environment. A minimal Cygwin
|
Note this has to be done within a Cygwin environment. A minimal Cygwin
|
||||||
environment for this purpose would be installed with the
|
environment for this purpose would be installed with the
|
||||||
|
5
makefile
5
makefile
@ -4,6 +4,8 @@
|
|||||||
# make targets:
|
# make targets:
|
||||||
# make [all] build a distributable installer (default)
|
# make [all] build a distributable installer (default)
|
||||||
# make pkg build an installer, bypassing the system checks
|
# 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
|
# 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:
|
# local wsltty build target:
|
||||||
wsltty: wslbridge cygwin mintty-build mintty-pkg
|
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:
|
# standalone wsltty package build target:
|
||||||
pkg: wslbridge cygwin mintty-get mintty-build mintty-pkg installer
|
pkg: wslbridge cygwin mintty-get mintty-build mintty-pkg installer
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user