mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
update OSX instructions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8995 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2f015a71f8
commit
0d3bd78434
@ -1,3 +1,7 @@
|
|||||||
|
2004-09-22 Bennett Helm <bennett.helm@fandm.edu>
|
||||||
|
|
||||||
|
* README.MacOSX: update a bit
|
||||||
|
|
||||||
2004-09-04 Lars Gullik Bjonnes <larsbj@gullik.net>
|
2004-09-04 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* configure.ac (AC_CONFIG_FILES): add src/client/Makefile
|
* configure.ac (AC_CONFIG_FILES): add src/client/Makefile
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Building LyX/Mac-1.4.0
|
Building LyX/Mac-1.4.0
|
||||||
|
|
||||||
Ronald Florence <ron@18james.com>
|
Ronald Florence <ron@18james.com>
|
||||||
|
Modified by Bennett Helm <bennett.helm@fandm.edu>
|
||||||
|
|
||||||
LyX/Mac is built from the LyX source, the GPL-licensed Trolltech
|
LyX/Mac is built from the LyX source, the GPL-licensed Trolltech
|
||||||
Qt/Mac library, and a custom application bundle.
|
Qt/Mac library, and a custom application bundle.
|
||||||
@ -12,32 +13,16 @@
|
|||||||
to "setenv VAR value".
|
to "setenv VAR value".
|
||||||
|
|
||||||
1. Download the GPL-licensed Qt/Mac library source code from
|
1. Download the GPL-licensed Qt/Mac library source code from
|
||||||
<ftp://ftp.lyx.org/pub/lyx/contrib/qt-mac-free-3.1.2.sit>,
|
<http://www.trolltech.com/download/qt/mac.html>,
|
||||||
untar in a convenient directory, cd to the top of the Qt source
|
untar in a convenient directory, cd to the top of the Qt source
|
||||||
hierarcy, and:
|
hierarcy, and:
|
||||||
|
|
||||||
export QTDIR=`pwd`
|
export QTDIR=`pwd`
|
||||||
patch -p0 < LYX-SOURCE-DIRECTORY/development/MacOSX/qt.patch
|
|
||||||
sudo gcc_select 3.3
|
sudo gcc_select 3.3
|
||||||
./configure -static [for Panther, use "./configure -static -lresolv"]
|
./configure -static -no-exceptions [for Panther, use "./configure -static -no-exceptions -lresolv"]
|
||||||
make
|
make
|
||||||
rm lib/libqt.la
|
rm lib/libqt.la
|
||||||
|
|
||||||
Adendum, 19 May 2004. From comments by Jean-Marc
|
|
||||||
There now appears to be no need for this patch.
|
|
||||||
|
|
||||||
a. The additional line
|
|
||||||
+{ '^', MAP_KEY(Qt::Key_AsciiCircum) },
|
|
||||||
is fixed already in Qt/Mac 3.3.x.
|
|
||||||
|
|
||||||
b. The line commenting out 'ControlRef' to prevent a name
|
|
||||||
clash is also fixed in recent versions of the Qt library.
|
|
||||||
|
|
||||||
These instructions are still there in README.OSX because the 1.3.x
|
|
||||||
port relies on qt 3.1.x (because of other problems, I believe).
|
|
||||||
|
|
||||||
For the 1.4.x port, Bennett Helm aims at using the latest Qt version
|
|
||||||
with the current gcc 3 compiler.
|
|
||||||
|
|
||||||
2. Download the LyX/Mac skeleton from
|
2. Download the LyX/Mac skeleton from
|
||||||
<ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.4-skeleton.tar.gz>
|
<ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.4-skeleton.tar.gz>
|
||||||
@ -49,7 +34,7 @@
|
|||||||
library, cd to the top of the LyX source hierarchy, and:
|
library, 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 --datadir=/Applications/LyX.app/Contents/Resources --bindir=/Applications/LyX.app/Contents/MacOS --mandir=/Applications/LyX.app/Contents/Resources/man --enable-maintainer-mode --with-included-gettext --enable-optimization=-Os
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
rm /Applications/LyX.app/Contents/Resources/LyX/images/lyx.xpm
|
rm /Applications/LyX.app/Contents/Resources/LyX/images/lyx.xpm
|
||||||
|
Loading…
Reference in New Issue
Block a user