Anders Ekberg wrote: >> could you prepare diff against INSTALL.MacOSX for people using 10.6 ? >> perhaps adding some senction would be enough. >> >> pavel > > > Sure, I just thought I should get some input from people who actually know > C++-compiling so I don't put in too many unnecessary flags. On the other > hand maybe that doesn't hurt.
... > I then configured as usual: > ./configure --prefix=/Path/to/LyX.app --disable-concept-checks > --with-version-suffix=-$VERSION --with-qt4-dir=/Path/to/QT46b1/ > --enable-optimization=-Os --without-x --with-included-gettext > --with-frontend=qt4 --disable-stdlib-debug --without-aspell > --without-pspell --disable-shared --enable-static this is fine for debuging purposes. for normal users we should use: --enable-build-type=rel (most notably --enable-optimization=-O2 --disable-debug are good for non debuging purposes). pavel