diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-28 12:55:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-28 12:55:41 +0000 |
commit | 00a4bd1767a64e067e9c83a64be2291f5fc34561 (patch) | |
tree | 6201d8b12f085f2ac88c6e1cee8ce3948a7c135f /protocols/Skype | |
parent | 8c69cf74023323e9ace7cf76494bd1a0990da160 (diff) |
- more stuff added to instruction how to build skypekit libs
git-svn-id: http://svn.miranda-ng.org/main/trunk@4559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype')
-rw-r--r-- | protocols/Skype/docs/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/docs/readme.txt b/protocols/Skype/docs/readme.txt index ce51587976..8a6e71cea5 100644 --- a/protocols/Skype/docs/readme.txt +++ b/protocols/Skype/docs/readme.txt @@ -9,7 +9,7 @@ how to compile skypekit libs: d:\SkypeKit\SDK\buildfiles
d:\SkypeKit\SDK\examples
etc.
-4) download and install cmake from here: http://www.cmake.org/
+4) download and install cmake from here: http://www.cmake.org/ (Note: when installing cmake make sure that it registers in system PATH).
5) start d:\SkypeKit\SDK\build_all.bat and wait when it finished. Note: if you have more than one version of MSVC installed - cmake will use the one that was installed last.
You can specify the compiler by editing build_all.bat and adding '-G' key to command line (cmake -G "Visual Studio 10" - for MSVC 2010).
6) go to d:\SkypeKit\SDK\build_all_cmake\build_cmake\ and copy skypekit.sln to skypekit_libs.sln
|