Difference between revisions of "MacPorts Gtk Installation"
Misterieking (Talk | contribs) m (→Installing Gtk on Mac OS X with Macports) |
Peter gummer (Talk | contribs) m (Revise out-of-date information) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Macintosh]] | ||
==Installing Gtk on Mac OS X with Macports== | ==Installing Gtk on Mac OS X with Macports== | ||
Line 5: | Line 6: | ||
If you already have X11 and an up to date XCode (from which we need the gcc 4.0 compiler) you can go straight ahead to downloading the MacPorts package installer | If you already have X11 and an up to date XCode (from which we need the gcc 4.0 compiler) you can go straight ahead to downloading the MacPorts package installer | ||
− | http:// | + | http://www.macports.org/install.php |
If you don't have X11 or XCode you can follow the instructions from the following link. | If you don't have X11 or XCode you can follow the instructions from the following link. | ||
Line 11: | Line 12: | ||
http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts | http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts | ||
− | To install MacPorts you double click the | + | To install MacPorts you double click the .dmg file you just downloaded and then execute the package contained within. You will be asked for you password in order to install. |
− | + | ||
When this is installed you need to open up the Applications/Utilities/Terminal application and execute the following command | When this is installed you need to open up the Applications/Utilities/Terminal application and execute the following command | ||
Line 18: | Line 18: | ||
<pre>sudo port install gtk2</pre> | <pre>sudo port install gtk2</pre> | ||
− | This will download, compile and install the gtk2 library and all of its dependencies, this | + | This will download, compile and install the gtk2 library and all of its dependencies, this takes about an hour on a 2.26 GHz Intel Core 2 Duo MacBook Pro running OS X 10.6.4. |
Once this is done we can obtain the EiffelStudio Open Source package from the following page. | Once this is done we can obtain the EiffelStudio Open Source package from the following page. | ||
− | http:// | + | http://dev.eiffel.com/EiffelOnMac |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 19:50, 11 August 2010
Installing Gtk on Mac OS X with Macports
To use EiffelStudio on Mac OS X there is a prerequisite of installing the GTK library, this is performed by following the instructions in this page.
If you already have X11 and an up to date XCode (from which we need the gcc 4.0 compiler) you can go straight ahead to downloading the MacPorts package installer
http://www.macports.org/install.php
If you don't have X11 or XCode you can follow the instructions from the following link.
http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts
To install MacPorts you double click the .dmg file you just downloaded and then execute the package contained within. You will be asked for you password in order to install.
When this is installed you need to open up the Applications/Utilities/Terminal application and execute the following command
sudo port install gtk2
This will download, compile and install the gtk2 library and all of its dependencies, this takes about an hour on a 2.26 GHz Intel Core 2 Duo MacBook Pro running OS X 10.6.4.
Once this is done we can obtain the EiffelStudio Open Source package from the following page.