What prerequisites did you need to build? Which ones can you just download?
qt4
iconv
zlib
aspell
aiksaurus
Any others?
This is the hard part so I left it to Abdel. I think the old
instructions (in README.win32 or somewhere else) is obsolete.
> When I run scons, I get the error:
> scons: *** Source `po' not found, needed by target `all'. Stop.
Interesting. Bo's README suggests that "all" doesn't depend on "po".
Logically speaking, po belongs to 'installation' right? I will change
the last line of SConscript from
Alias('all', ['lyx', 'client', 'tex2lyx', 'po'])
to
Alias('all', ['lyx', 'client', 'tex2lyx'])
if there is no objection.
What happens if you specify individual targets:
boost, intl, support, mathed, insets, frontends, graphics,
controllers, client, qt3, qt4, lyxbase
target lyx will build all supporting libraries.
Bo