diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-07 20:15:49 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-07 20:15:49 +0100 |
commit | e35dfcaf792a5e90bd77a92fa3537b15097b92bb (patch) | |
tree | bbd78da3de0c3ebf962e20680686dfc6cdca8f66 | |
parent | fix whitespace (diff) | |
download | setup-mingw-e35dfcaf792a5e90bd77a92fa3537b15097b92bb.tar.gz setup-mingw-e35dfcaf792a5e90bd77a92fa3537b15097b92bb.zip |
README: update
-rw-r--r-- | README.md | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -30,20 +30,20 @@ Disable this by setting the `cc` parameter to `0`. API --- -| Input | Value | Default | Description -| --------- | -------- | ------- | ----------- -| platform | x64 | ✓ | Install the x86_64 toolchain. -| | *any* | | Install the i686 toolchain. -| cygwin | *any* | ✓ | Install native binaries. -| | 1 | | Install Cygwin packages. -| static | 1 | ✓ | Enable the static-linking workaround. -| | *any* | | Disable the static-linking workaround. -| cc | 1 | ✓ | Set up `cc`/`c++` executables. -| | *any* | | Don't set up `cc`/`c++`. -| hardlinks | *any* | ✓ | Cygwin: don't convert any symlinks. -| | 1 | | Cygwin: convert symlinks in /usr/bin to hardlinks. -| version | | ✓ | Mingw version will be package manager default. -| | *string* | | Mingw version specified will be installed, packager manager permitting. +| Input | Value | Default | Description +| --------- | ----- | ------- | ----------- +| platform | x64 | ✓ | Install the x86_64 toolchain. +| | *any* | | Install the i686 toolchain. +| cygwin | *any* | ✓ | Install native binaries. +| | 1 | | Install Cygwin packages. +| static | 1 | ✓ | Enable the static-linking workaround. +| | *any* | | Disable the static-linking workaround. +| cc | 1 | ✓ | Set up `cc`/`c++` executables. +| | *any* | | Don't set up `cc`/`c++`. +| hardlinks | *any* | ✓ | Cygwin: don't convert any symlinks. +| | 1 | | Cygwin: convert symlinks in /usr/bin to hardlinks. +| version | | ✓ | Install the default (latest) version. +| | *any* | | Install the specified version, if possible. | Output | Example | Description | ------- | ------------------------ | ----------- |