From 0a746b64f6ed3b6c587320ed5277b1ff734dd0ac Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 18 Feb 2010 01:38:36 +0000 Subject: [PATCH] Change MAC instructions, patch from Roger Mc Murtrie. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33492 a592a061-630c-0410-9148-cb99ea01b6c8 --- INSTALL.MacOSX | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.MacOSX b/INSTALL.MacOSX index 343ab1fd13..ec827e9072 100644 --- a/INSTALL.MacOSX +++ b/INSTALL.MacOSX @@ -71,7 +71,7 @@ If you did not install pkg-config, first set the LDFLAGS variable: Then, cd to the top of the LyX source hierarchy, and enter: - ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 --with-qt4-dir=/path/to/QT4 --with-included-gettext --enable-optimization=-Os + ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 --with-qt4-dir=/path/to/QT4 --with-included-gettext --enable-optimization=-O2 make make install-strip @@ -91,7 +91,7 @@ If you did not install pkg-config, first set the LDFLAGS variable: Then, cd to the top of the LyX source hierarchy, and enter: ./autogen.sh - ./configure --prefix=/path/to/LyX.app --with-version-suffix=-1.6 --with-qt4-dir=/path/to/QT4 --with-included-gettext --enable-optimization=-Os + ./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 make make install-strip