Jean-Marc Lasgouttes wrote: >>> I might try the cross compiler if I find some time. What is the >>> difficult part with qt? > > Ruurd> Itīs very difficult to build with a cross compiler. Much easier > Ruurd> to build Qt on windows, and then use the lib on another OS. > > But this cross-compiler stuff is not needed to build LyX on windows, > is it? I guess I do not really understand how building LyX on windows > works...
Where's the difficulty of building LyX on Windows using MinGW + MinSys? It should be as simple as: $ ./autogen.sh $ configure <options> $ make No? -- Angus