Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Artifact ID: | 07e6c1221d581cac2413062191a33845822e5df8 |
|---|---|
| Page Name: | MinGW/MSYS |
| Date: | 2016-02-23 19:56:46 |
| Original User: | hypnotoad |
| Mimetype: | text/x-markdown |
| Next | ae23d57a1ed74e71a8f9979c7ef38a4768005af1 |
Content
Install msys from http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/
Note this is only msys, not msys+mingw since we are not using gcc Uncompress into (e.g.) c:msys
Notes:
- Use forward / in paths to configure
- At the moment, Tcl only builds in the TCLSRC/win and TKSRC/win directories
- If doing 64-bit builds, add --enable-64bit
Use "Developer Command Prompt" from MSVC, not msys sh. For ./configure to run, you need to add c:MinGWMSYS1.0bin to your path:
set PATH=%PATH%;C:MinGWMSYS1.0bin set CC=cl.exe cd PATH_TO_TCLSRCwin sh configure --prefix=TCL_INSTALL_DIR --enable-threads make make install cd PATH_TO_TKSRCwin sh configure --prefix=TCL_INSTALL_DIR --enable-threads make make install