X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.MacOSX;h=68767b3e96d59fb989f840a21d2f274ce7189e44;hb=43419ef0bd93aec38e7c46f05908dfb1c550925c;hp=d0a691c939ac856058de52a0b0387c2155250154;hpb=abab554b6d173426431977a388537069251b782e;p=lyx.git diff --git a/INSTALL.MacOSX b/INSTALL.MacOSX index d0a691c939..68767b3e96 100644 --- a/INSTALL.MacOSX +++ b/INSTALL.MacOSX @@ -16,7 +16,7 @@ and can be downloaded from . 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