From d3e22fdd81b06dea58b22ba5fa98d47b3142aa7e Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 12 Jul 2005 10:19:59 +0000 Subject: [PATCH] update OSX installation instructions git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10165 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ README.MacOSX => INSTALL.MacOSX | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) rename README.MacOSX => INSTALL.MacOSX (84%) diff --git a/ChangeLog b/ChangeLog index d7247d2b9e..17424a2e5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-12 Bennett Helm + + * INSTALL.MacOSX: renamed from README.MacOSX and updated. + 2005-05-09 Angus Leeming * autogen.sh (ACINCLUDE_FILES): remove pspell.m4. Add spell.m4. diff --git a/README.MacOSX b/INSTALL.MacOSX similarity index 84% rename from README.MacOSX rename to INSTALL.MacOSX index 01cdbb73d3..ff0f21162c 100644 --- a/README.MacOSX +++ b/INSTALL.MacOSX @@ -10,7 +10,11 @@ here builds LyX linked with a static Qt library. If you are using the tcsh shell, change the "export VAR=value" statements to "setenv VAR value". -1. Download the GPL-licensed Qt/Mac Free Edition library source code +1. Download the LyX/Mac skeleton from + and unpack it +in /Applications. + +2. Download the GPL-licensed Qt/Mac Free Edition library source code from , untar in a convenient directory, cd to the top of the Qt source hierarcy, and: @@ -20,15 +24,11 @@ convenient directory, cd to the top of the Qt source hierarcy, and: make rm lib/libqt.la -2. Download the LyX/Mac skeleton from - and unpack it -in /Applications. - 3. Using the same terminal session you used to build the Qt library, cd to the top of the LyX source hierarchy, and: export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz" - ./configure --with-frontend=qt --without-x --datadir=/Applications/LyX.app/Contents/Resources --bindir=/Applications/LyX.app/Contents/MacOS --mandir=/Applications/LyX.app/Contents/Resources/man + ./configure --with-frontend=qt --without-x --prefix=/Applications/LyX.app [Note: to make a build that works with both 10.2 and 10.3, include "am_cv_func_iconv=no ac_cv_func_tsearch=no ac_cv_working_alloca_h=no ac_cv_header_dlfcn_h=no ac_cv_func_feof_unlocked=no ac_cv_header_nl_types_h=no am_cv_langinfo_codeset=no ac_cv_func_stpcpy=no"