From: Peter Kümmel Date: Fri, 16 Jun 2006 17:02:42 +0000 (+0000) Subject: add item for QMAKESPEC X-Git-Tag: 1.6.10~13101 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=585b386088ad44ba9d3fb32d5c25146970da6a5a;p=features.git add item for QMAKESPEC git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14130 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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'