# HG changeset patch # User Sebastien Jodogne # Date 1342779701 -7200 # Node ID 7908a4c25a18b816f660c09607767a17a61edbb2 # Parent c38716a8a146ad6c033528164f9656efd2335fc7 preparation for release diff -r c38716a8a146 -r 7908a4c25a18 INSTALL --- a/INSTALL Fri Jul 20 12:14:01 2012 +0200 +++ b/INSTALL Fri Jul 20 12:21:41 2012 +0200 @@ -82,7 +82,7 @@ Native Windows build with MinGW (VERY SLOW) -------------------------------- +------------------------------------------- # cd [...]\PalantirBuild # cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=DEBUG [...]\Palantir @@ -100,6 +100,6 @@ NOTES: * More recent versions of Visual Studio should also work. -* You will have to install the Platform SDK (version 6 or above): +* You might have to install the Platform SDK (version 6 or above): http://en.wikipedia.org/wiki/Microsoft_Windows_SDK. - Read the CMake FAQ about MSVC 2005: http://goo.gl/By90B + Read the CMake FAQ: http://goo.gl/By90B diff -r c38716a8a146 -r 7908a4c25a18 README --- a/README Fri Jul 20 12:14:01 2012 +0200 +++ b/README Fri Jul 20 12:21:41 2012 +0200 @@ -25,7 +25,7 @@ cite Palantir in their associated publications. The files of the "PalantirCppClient" directory are licensed under the -MIT license, which allow commercial products to statically link +MIT license, which allows commercial products to statically link against the C++ client library.