[EMAIL PROTECTED] wrote: > On Fri, 12 Jan 2007, [EMAIL PROTECTED] wrote: > >> On Sat, 13 Jan 2007, Bo Peng wrote: >> >>> > > - MSVC2005 (either Scons or CMake), that's what Bo, Michael, >>> Edwin, >>> > > Peter and me are using. >>> >>> Scons still works but there is an unconfirmed 64bit win bug for scons; >>> and debugging in cmake is easier. >> >> I read INSTALL.Win32 (duh...). So the Windows alternative would then >> use these tools: >> >> * MSVC 2005 >> ** Windows platform SDK >> * Scons (or CMAKE, although INSTALL.Win32 doesn't mention CMAKE) >> * Python >> >> and of course I know that I need: >> * (Tortoise)SVN >> * Emacs >> >> What else would I need? > > Answering to my self... In order to test LyX I'll of course need lots > of other software. Could I just use the installer for e.g. LyX 1.4.3 and > use that to get the other stuff I'd need?
No, 1.4 is bases on Qt 3, but there is a package from Joost for 1.5 > > /Christian > Download 'lyx-windows-deps-msvc-qt4.zip' from http://lyx.mirror.fr/index2.php?pwd=%2Fcontrib extract it, e.g to c:\lyx-windows-deps-msvc-qt4 Add the path to qmake: set PATH=c:\lyx-windows-deps-msvc-qt4\qt-4\bin;%PATH% call cmake from a build folder on the same level as trunk: cmake ..\trunk\development\cmake -DWINDEPS=1 That's it, msvc project files are generated which fully support the debugger. Peter
