1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 20:10:58 +00:00

add details for installation cygwin for an installation from source

This commit is contained in:
mintty 2020-08-27 14:59:12 +02:00
parent 47ede36283
commit 9c6d75b09e

View File

@ -38,8 +38,13 @@ to enable the “Run anyway” button.
#### Installation from source repository ####
Checkout the wsltty repository, or download the source archive, unpack and rename the directory to `wsltty`.
Invoke `make`, then `make install`.
Note this has to be done within a Cygwin environment.
Invoke `make` (or `make pkg` if directory is called `wsltty-master`),
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
[Cygwin installer](https://cygwin.com/setup-x86_64.exe) from cygwin.com,
with additional packages `make`, `gcc-g++ 9.3.0`, `unzip`, `zoo`.
#### Installation to non-default locations ####