]> 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 2d17501515c59d9a67b1da1842050f7e6d3a8b64..68767b3e96d59fb989f840a21d2f274ce7189e44 100644 (file)
@@ -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