From 585b386088ad44ba9d3fb32d5c25146970da6a5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Fri, 16 Jun 2006 17:02:42 +0000 Subject: [PATCH] add item for QMAKESPEC git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14130 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/README.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development/cmake/README.cmake b/development/cmake/README.cmake index 9860221699..5bf32b638b 100644 --- a/development/cmake/README.cmake +++ b/development/cmake/README.cmake @@ -25,9 +25,10 @@ Building with GCC/Linux: - create a build directory, e.g. .../trunk/../build - call in the build directory 'cmake ..\trunk\development\cmake' -Building with GCC/Windows: +Building with GCC/Windows (Win2k only works with MSYS, XP?): - install zlib (www.zlib.net) into %ProgramFiles%/GnuWin32/include+lib - create a build directory, e.g. .../trunk/../build +- call: export QMAKESPEC=win32-g++ (MSYS) or set QMAKESPEC=win32-g++ (CMD) - call in the build directory 'cmake ..\trunk\development\cmake' -- 2.39.2