]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.MacOSX
Problem: When canceling the color selection dialog the color of the selected item...
[lyx.git] / INSTALL.MacOSX
index d0a691c939ac856058de52a0b0387c2155250154..68767b3e96d59fb989f840a21d2f274ce7189e44 100644 (file)
@@ -16,7 +16,7 @@ and can be downloaded from
 <http://www.trolltech.com/download/qt/mac.html>. You will need to 
 compile it yourself (as described below).
 
-2. automake, version 1.9 or higher (check with automake --version). 
+2. automake, version 1.5 or higher (check with automake --version). 
 Probably the easiest way to get this is to use DarwinPorts (from
 http://darwinports.opendarwin.org/getdp/) and install automake
 using
@@ -61,7 +61,7 @@ directory. In the following, the full path to this directory is called
 
 3. cd to the top of the LyX source hierarchy, and:
 
-     export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz"
+     export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz -framework Cocoa"
      ./autogen.sh
      ./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
      make