2004-09-23 13:22:16 +00:00
|
|
|
Building LyX/Mac-1.4.0
|
|
|
|
Ronald Florence <ron@18james.com>
|
|
|
|
Modified by Bennett Helm <bennett.helm@fandm.edu>
|
2003-09-09 15:12:56 +00:00
|
|
|
|
2004-09-23 13:22:16 +00:00
|
|
|
LyX/Mac is built from the LyX source, the GPL-licensed Trolltech
|
|
|
|
Qt/Mac library, and a custom application bundle.
|
2003-09-09 15:12:56 +00:00
|
|
|
|
2004-09-23 13:22:16 +00:00
|
|
|
You will need the MacOSX development tools. The procedure described
|
|
|
|
here builds LyX linked with a static Qt library. If you are using the
|
2004-10-26 21:16:44 +00:00
|
|
|
tcsh shell, change the "export VAR=value" statements to
|
2004-09-23 13:22:16 +00:00
|
|
|
"setenv VAR value".
|
2003-09-09 15:12:56 +00:00
|
|
|
|
2004-09-23 13:22:16 +00:00
|
|
|
1. Download the GPL-licensed Qt/Mac Free Edition library source code
|
|
|
|
from <http://www.trolltech.com/download/qt/mac.html>, untar in a
|
|
|
|
convenient directory, cd to the top of the Qt source hierarcy, and:
|
2004-01-07 16:40:30 +00:00
|
|
|
|
2004-10-26 21:16:44 +00:00
|
|
|
export QTDIR=`pwd`
|
2004-09-22 07:42:18 +00:00
|
|
|
sudo gcc_select 3.3
|
|
|
|
./configure -static -no-exceptions [for Panther, use "./configure -static -no-exceptions -lresolv"]
|
2004-10-26 21:16:44 +00:00
|
|
|
make
|
2004-03-10 17:36:14 +00:00
|
|
|
rm lib/libqt.la
|
|
|
|
|
2004-09-23 13:22:16 +00:00
|
|
|
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. Change the references to "1.4.0" in
|
|
|
|
/Applications/LyX.app/Contents/Info.plist to reflect the current
|
|
|
|
version number.
|
2004-10-26 21:16:44 +00:00
|
|
|
|
2004-09-23 13:22:16 +00:00
|
|
|
3. Using the same terminal session you used to build the Qt library,
|
|
|
|
cd to the top of the LyX source hierarchy, and:
|
2004-01-07 16:40:30 +00:00
|
|
|
|
|
|
|
export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz"
|
2004-09-22 07:42:18 +00:00
|
|
|
./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
|
2004-09-23 13:22:16 +00:00
|
|
|
|
2004-01-07 16:40:30 +00:00
|
|
|
make
|
|
|
|
make install
|
|
|
|
rm /Applications/LyX.app/Contents/Resources/LyX/images/lyx.xpm
|
2003-09-09 15:12:56 +00:00
|
|
|
|
2004-09-23 13:22:16 +00:00
|
|
|
[Note that removing lyx.xpm -- the point of the last line above -- is
|
|
|
|
necessary to use the Mac OS X native icon files included in the
|
|
|
|
LyX/Mac skeleton.]
|
|
|
|
|
|
|
|
The information on this page is believed to be accurate, has been used
|
|
|
|
successfully on many systems and sites, and has benefited from the
|
|
|
|
comments and suggestions of many users. Due to the variations in
|
|
|
|
individual systems, this information is conveyed as is with no
|
|
|
|
warranty of any kind.
|
2003-09-11 14:36:22 +00:00
|
|
|
|
2004-09-23 13:22:16 +00:00
|
|
|
For more information on LyX/Mac, see <http://wiki.lyx.org/pmwiki.php/LyX/Mac>.
|