Various things to make Solaris happy.
[dasher.git] / INSTALL.Windows
blobf4f3f4c3fefab490ce50da9463e65d26f209c65f
1 Building Dasher for Microsoft Windows
2 =====================================
4 Prerequisites
5 -------------
7 Microsoft Speech SDK
8 Microsoft Tablet SDK
10 Both SDKs can be installed individually, or as part of the Platform SDK. Downloads
11 can be found at http://www.microsoft.com
13 Visual Studio should be configured with the appropriate include and library directories
14 Tools->Options->Projects->VC++ directories
16 Example includes (exact paths depend upon installation directory)
17 C:\Program Files\Microsoft Speech SDK 5.1\Include
18 C:\Program Files\Microsoft Tablet PC Platform SDK\Include
20 Example libraries:
21 C:\Program Files\Microsoft Speech SDK 5.1\Lib\i386
22 C:\Program Files\Microsoft Tablet PC Platform SDK\Bin
24 Building
25 --------
27 A Visual Studio 7.1 solution file is included in the Src/Win32
28 directory. This should hopefully build without modification on any
29 system.
31 For earlier versions of Visual Studio, alternative project files are
32 provided, although these may be out-of-date. Please consider the 7.1
33 project file to be authoritative, and port any modifications to that
34 if possible (or at least tell us so we can do it).