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
This commit is contained in:
Jean-Marc Lasgouttes 2005-07-12 10:19:59 +00:00
parent b907252aac
commit d3e22fdd81
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2005-07-12 Bennett Helm <bennett.helm@fandm.edu>
* INSTALL.MacOSX: renamed from README.MacOSX and updated.
2005-05-09 Angus Leeming <leeming@lyx.org> 2005-05-09 Angus Leeming <leeming@lyx.org>
* autogen.sh (ACINCLUDE_FILES): remove pspell.m4. Add spell.m4. * autogen.sh (ACINCLUDE_FILES): remove pspell.m4. Add spell.m4.

View File

@ -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 tcsh shell, change the "export VAR=value" statements to
"setenv VAR value". "setenv VAR value".
1. Download the GPL-licensed Qt/Mac Free Edition library source code 1. Download the LyX/Mac skeleton from
<ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.x-skeleton.tar.gz> and unpack it
in /Applications.
2. Download the GPL-licensed Qt/Mac Free Edition library source code
from <http://www.trolltech.com/download/qt/mac.html>, untar in a from <http://www.trolltech.com/download/qt/mac.html>, untar in a
convenient directory, cd to the top of the Qt source hierarcy, and: 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 make
rm lib/libqt.la rm lib/libqt.la
2. Download the LyX/Mac skeleton from
<ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.5-skeleton.tar.gz> and unpack it
in /Applications.
3. Using the same terminal session you used to build the Qt library, 3. Using the same terminal session you used to build the Qt library,
cd to the top of the LyX source hierarchy, and: 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"
./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 [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" "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"