mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 07:31:09 +02:00
improved Mac OS X installation hints
git-svn-id: trunk@5830 -
This commit is contained in:
parent
3e997a1c0b
commit
79ef1adaaf
33
docs/INSTALL
33
docs/INSTALL
@ -52,29 +52,32 @@ properly:
|
|||||||
|
|
||||||
1.3 Under Mac OS X:
|
1.3 Under Mac OS X:
|
||||||
|
|
||||||
You need the Apple Developer-tools, X11, gtk1.2:
|
What you need: Apple Developer-tools, X11, gtk1.2:
|
||||||
|
|
||||||
Downloading packages and installing them properly can be a time consuming
|
1. Developer-tools: Are included on the original OSX installation-CDs, or
|
||||||
task. Therefore there are various package manager. One of them is fink:
|
|
||||||
Download fink from
|
|
||||||
http://fink.sourceforge.net/download/index.php?phpLang=en; follow the
|
|
||||||
install instructions
|
|
||||||
|
|
||||||
Developer-tools: Are included on the original OSX installation-CDs, or
|
|
||||||
download at ADC (free registration required)
|
download at ADC (free registration required)
|
||||||
http://developer.apple.com/.
|
http://developer.apple.com/.
|
||||||
|
|
||||||
Apple X11: On a fresh system: choose "Customize" in the
|
2. Apple X11: On a fresh system: choose "Customize" in the install-dialogue,
|
||||||
install-dialogue, check "X11".
|
check "X11". On an already installed system: download at
|
||||||
On an already installed system: download at
|
|
||||||
http://www.apple.com/downloads/macosx/apple/x11formacosx.html
|
http://www.apple.com/downloads/macosx/apple/x11formacosx.html
|
||||||
|
|
||||||
In the Terminal, run
|
|
||||||
'sudo fink install gtk-pixbuf gtk+ gtk+-data gtk+-shlibs gtk-doc 1.2-13
|
|
||||||
gtkglarea'
|
|
||||||
|
|
||||||
The X11-Application is in /Applications/Utilities/X11.
|
The X11-Application is in /Applications/Utilities/X11.
|
||||||
|
|
||||||
|
3. gtk1.2: The gtk is installed easily with a package manager like fink.
|
||||||
|
Download fink from
|
||||||
|
http://fink.sourceforge.net/download/index.php?phpLang=en
|
||||||
|
and follow the install instructions.
|
||||||
|
|
||||||
|
In the Terminal, run
|
||||||
|
sudo fink install gtk-pixbuf gtk+ gtk+-data \
|
||||||
|
gtk+-shlibs gtk-doc 1.2-13 gtkglarea gtk-engines
|
||||||
|
|
||||||
|
|
||||||
|
Starting any gtk application (including lazarus apps) will start with the gtk
|
||||||
|
default theme, which does not look very nice on Mac. There are some aqua
|
||||||
|
themes. For example: AquaGraphite or Aque.
|
||||||
|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
2. Installing FreePascal
|
2. Installing FreePascal
|
||||||
|
Loading…
Reference in New Issue
Block a user