Tcl UDP

Check-in [ba5bed29ec]
Login

Check-in [ba5bed29ec]

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: ba5bed29ec4a8b2c0c6147893d8f56134b6ead3e
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
Unified Diff Ignore Whitespace Patch
Changes to README.
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
72
73
74
	$ 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. We suggest using
the Msys + Mingw build process since it is significantly easier
than building with VC++ or Cygwin.

This package includes a Visual Studio project file to help in building
with VC++.

The package has been built using both VC++6 and Msys + Mingw. 

Microsoft Platform SDK 2003 is required for building. The following minimal
example will 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\lib





DOCUMENTATION BUILD
===================

Use the following command to create the UNIX documentation (based on udp.man file):

	$ cd tcludp







|
<
<

<
<
|
<
<
<
|



|
>
>
>
>







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