On Thu, Feb 25, 2010 at 2:13 PM, Joachim Osnabryg <o...@jpberlin.de> wrote: > Am 25.02.2010, 17:00 Uhr, schrieb BH <bewih...@gmail.com>: >> >> Mac is not Linux and so requires different procedures. Follow the >> INSTALL.MacOSX instructions here. > > Ay, Ay BH bewihelm, so according to INSTALL.MacOSX: > > ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 > --with-qt4-dir=/path/to/QT4 --with-included-gettext > --enable-optimization=-O2 --disable-stdlib-debug > > Only: which /path/to/QT4 ??? > > Only counted the MarcPorts, I have 8 qt4 ports (see below), the path to > which of those might be the correct one?
I'm not sure whether you need qt4-mac or qt4-mac-devel. I'd guess that only qt4-mac is needed, so install that one first and see if it works. In either case, the correct path to qt4 will be something like /opt/local/. (Inside that directory you should find a "bin" directory that has a program "moc" in it (possibly linked to another directory).) Also note that you'll probably want to use --with-version-suffix=-2.0. (The "1.6" should be changed in the INSTALL.MacOSX file.) > And is »--with-included-gettext « really part of the command string or an > alias where to put some other path or other information? The "--with-included-gettext" should be a part of the configure line. (That tells LyX not to use the gettext version you have installed elsewhere on your Mac, but to use the one that's included with the LyX source.) Try it, and if you have troubles, go ahead and ask on this list. BH