]> git.lyx.org Git - lyx.git/blob - development/Win32/readme.txt
Check if we are on column 0 for special case
[lyx.git] / development / Win32 / readme.txt
1 To compile using MicroSoft Visual Studio 2003.NET, do this:
2
3 1) Checkout Qt/Free from CVS next to lyx-devel and compile.
4    See http://kde-cygwin.sourceforge.net/qt3-win32/compile-net.php
5    for more info. If you get a linking error about qt-mt3.lib, then
6    copy lib/qt-mt333.lib to qt-mt3.lib and rerun configure.
7
8 2) Make sure QTDIR is set in your global environment, and QTDIR\bin
9    is in your path. Control panel, system, advanced, environment
10    variables is your friend on Windows XP.
11
12 3) Open the development\win32\lyx.sln file in Visual Studio,
13    compile and run. You can probably also use the free version
14    of Microsoft's compiler, but I haven't tried that.
15
16 Development:
17
18 To get a stack-trace for assertions in LyX, make a breakpoint
19 in src/Boost.C.
20 To see the output from LyX, add "2> c:\errors.txt" to the command
21 line in Project, Build properties, Debugging, Command arguments
22
23
24 To run LyX, you need a bunch of generated files from configure.
25
26 Run "fake.bat" to copy chkconfig.ltx, lyxrc.defaults, packages.lst
27 and textclass.lst from fakeconfig to their destination.
28
29 At start-up, you might get an assertion about a unix path in
30 boost::filesystem. You can safely ignore that.