Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update README for building on Windows |
---|---|
Timelines: | family | ancestors | descendants | both | nmake-rules-update |
Files: | files | file ages | folders |
SHA1: |
ba5bed29ec4a8b2c0c6147893d8f5613 |
User & Date: | apnadkarni 2017-08-26 17:35:41.339 |
Context
2017-08-28
| ||
14:16 | Merged nmake build changes check-in: bf7683880f user: apnadkarni tags: trunk | |
2017-08-26
| ||
17:35 | Update README for building on Windows Closed-Leaf check-in: ba5bed29ec user: apnadkarni tags: nmake-rules-update | |
17:14 | Fixed nmake scripts for install-docs and install-libraries. check-in: dbe8e1b6d7 user: apnadkarni tags: nmake-rules-update | |
Changes
Changes to README.
︙ | ︙ | |||
46 47 48 49 50 51 52 | $ make test $ make install WINDOWS BUILD ============= See the tcl/win/README file included in the Tcl src dist for details | | < < < < | < < < | | > > > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | $ make test $ make install WINDOWS BUILD ============= See the tcl/win/README file included in the Tcl src dist for details about how to build the extension under Windows. The following minimal example will build and install the extension in the C:\Tcl\lib directory. $ cd tcludp/win $ nmake -f makefile.vc realclean all $ nmake -f makefile.vc install INSTALLDIR=C:\Tcl The Visual Studio project file included in the win directory is *ancient* and deprecated. It is not suitable for modern versions of Tcl and Visual Studio. DOCUMENTATION BUILD =================== Use the following command to create the UNIX documentation (based on udp.man file): $ cd tcludp |
︙ | ︙ |