mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
OSX instructions update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10708 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
86d8a57443
commit
a0fe542507
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-04 Bennett Helm <bennett.helm@fandm.edu>
|
||||||
|
|
||||||
|
* INSTALL.MacOSX: update.
|
||||||
|
|
||||||
2006-01-01 Angus Leeming <leeming@lyx.org>
|
2006-01-01 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* COPYING: remove the XForms exception.
|
* COPYING: remove the XForms exception.
|
||||||
|
@ -10,15 +10,26 @@ 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".
|
||||||
|
|
||||||
At the moment, compiling LyX/Mac requires using gcc version 3.3. You
|
PREREQUISITES
|
||||||
can tell OS X to use this compiler by entering the following in the
|
|
||||||
terminal:
|
|
||||||
|
|
||||||
sudo gcc_select 3.3
|
1. Qt/Mac Free Edition, version 3.3. This library is GPL-licensed
|
||||||
|
and can be downloaded from
|
||||||
|
<http://www.trolltech.com/download/qt/mac.html>. You will need to
|
||||||
|
compile it yourself (as described below).
|
||||||
|
|
||||||
1. Download the GPL-licensed Qt/Mac Free Edition library source code
|
2. automake, version 1.9 or higher. The easiest way to get this is
|
||||||
from <http://www.trolltech.com/download/qt/mac.html>, untar in a
|
to use FinkCommander, which can be downloaded from
|
||||||
convenient directory, cd to the top of the Qt source hierarcy, and:
|
<http://finkcommander.sourceforge.net/>.
|
||||||
|
|
||||||
|
BUILD INSTRUCTIONS
|
||||||
|
|
||||||
|
Note that building LyX/Mac requires gcc version 3.3 or higher. (You
|
||||||
|
can check your version by entering "gcc -v" in the Terminal; you
|
||||||
|
can change your gcc version to version 3.3, for example, by entering
|
||||||
|
"sudo gcc_select 3.3".)
|
||||||
|
|
||||||
|
1. Decompress Qt/Mac in a convenient directory, cd to the top of the
|
||||||
|
Qt source hierarcy, and:
|
||||||
|
|
||||||
export QTDIR=`pwd`
|
export QTDIR=`pwd`
|
||||||
./configure -static -no-exceptions -lresolv [for OS X 10.2, use "./configure -static -no-exceptions"]
|
./configure -static -no-exceptions -lresolv [for OS X 10.2, use "./configure -static -no-exceptions"]
|
||||||
@ -35,6 +46,7 @@ you read the note in step 3.
|
|||||||
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"
|
||||||
|
./autogen.sh
|
||||||
./configure --with-frontend=qt --without-x --with-included-gettext --enable-optimization=-Os --disable-concept-checks
|
./configure --with-frontend=qt --without-x --with-included-gettext --enable-optimization=-Os --disable-concept-checks
|
||||||
|
|
||||||
[Note: If you have moved or renamed the LyX/Mac application bundle
|
[Note: If you have moved or renamed the LyX/Mac application bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user