diff options
Diffstat (limited to 'third_party/libjingle/files/README.win')
-rw-r--r-- | third_party/libjingle/files/README.win | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/third_party/libjingle/files/README.win b/third_party/libjingle/files/README.win new file mode 100644 index 0000000..1f45b72 --- /dev/null +++ b/third_party/libjingle/files/README.win @@ -0,0 +1,24 @@ +1. Install Visual C++ Express 2005. It is free from this link: + http://msdn.microsoft.com/vstudio/express/visualc/ + +2. Install the platform SDK and integrate it into VC++ express + http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ + +3. Download and install binary package for expat: + http://sourceforge.net/project/showfiles.php?group_id=10127&package_id=11277 + +4. Update the Visual C++ directories in the Projects and Solutions section in the Options dialog box + Library files: C:\expat-VERSION\StaticLibs + Include files: C:\expat-VERSION\Source\Lib + where VERSION is the version of expat you've downoaded + +5. Unzip the libjingle files and open the solution. + +6. If you wish to build the call example with GIPS Voice Engine Lite, download Voice Engine Lite from http://developer.globalipsound.com + +7. Extract the Interface and Library directories from the Voice Engine Lite zip file into talk\third_party\gips + +8. Open talk\third_party\gips\expiration.h and set the GIPS_EXPIRATION #defines to the expiration date provided by GIPS and remove the #error directive + +9. Build the solution + |