diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-07 00:33:55 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-07 00:33:55 -0500 |
commit | 122acbd659c6bbf56c496c4acc166ce81907ea7c (patch) | |
tree | f606cee06889f8673c985cfcc5e94385c61abe16 /README.windows | |
parent | 5ccdd1380b7f90dd9bdc707dcc04f70da0746144 (diff) | |
download | portable-122acbd659c6bbf56c496c4acc166ce81907ea7c.tar.gz portable-122acbd659c6bbf56c496c4acc166ce81907ea7c.tar.bz2 portable-122acbd659c6bbf56c496c4acc166ce81907ea7c.zip |
update messages about Cygwin support
Diffstat (limited to 'README.windows')
-rw-r--r-- | README.windows | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.windows b/README.windows index 22679cb..27c2182 100644 --- a/README.windows +++ b/README.windows | |||
@@ -6,9 +6,8 @@ GCC or Clang as the compiler. Contrary to its name, mingw-w64 supports both | |||
6 | then LibreSSL should integrate very nicely. Old versions of the mingw-w64 | 6 | then LibreSSL should integrate very nicely. Old versions of the mingw-w64 |
7 | toolchain, such as the one packaged with Ubuntu 12.04, may have trouble | 7 | toolchain, such as the one packaged with Ubuntu 12.04, may have trouble |
8 | building LibreSSL. Please try it with a recent toolchain if you encounter | 8 | building LibreSSL. Please try it with a recent toolchain if you encounter |
9 | troubles. If you are building under Cygwin, only builds with the mingw-w64 | 9 | troubles. Cygwin provides an easy method of installing the latest mingw-w64 |
10 | compiler are supported, though you can easily use Cygwin to drive the build | 10 | cross compilers on Windows. |
11 | process. | ||
12 | 11 | ||
13 | To configure and build LibreSSL for a 32-bit system, use the following | 12 | To configure and build LibreSSL for a 32-bit system, use the following |
14 | build steps: | 13 | build steps: |