On Apr 27, 2007, at 9:59 AM, Jean-Marc Lasgouttes wrote:

"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:

Bennett> On Apr 27, 2007, at 9:52 AM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:

Bennett> Here's a minor patch to INSTALL.MacOSX needed to enable
Bennett> LyX-1.5 to compile with Qt-4.3. Could someone please put it
Bennett> in?
 Done. Note that your instructions are overkill for people
compiling from release tarballs. You should separate in a
'compiling svn checkout' the parts that mention autogen.sh, GNU
gettext and automake.

Bennett> That's news to me. What are the differences?

In a lyx-1.5.0.tar.gz, autoconf and automake (and therefore running
autogen) is not necessary, since everything has been done before.
Also, the utilities provided by gettext are not necessary. The
minimal instructions are therefore
./configure
make
make install

Of course, you need to add a few things for the mac, but we'll try to
remove this need.

Let me see if I've got this right. For svn versions, I have the following configure line:

./configure --prefix=/path/to/LyX.app --disable-concept-checks --with- version-suffix=-1.5 --with-qt4-dir=/path/to/QT4 --enable- optimization=-Os --without-x --with-included-gettext --with- frontend=qt4 --disable-stdlib-debug

But for official releases we'd only need this:

./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.5 -- with-qt4-dir=/path/to/QT4 --enable-optimization=-Os --without-x -- with-frontend=qt4

Right?

Bennett

Reply via email to