From 400f991db080543de0b585a1d9618749e7669aea Mon Sep 17 00:00:00 2001 From: manus Date: Thu, 18 Apr 2013 20:57:39 +0000 Subject: [PATCH] Author:manus Date:2013-04-18T20:56:44.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1219 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-freebsd.wiki | 4 ---- .../eiffelstudio-mac-os-x.wiki | 14 +++++++------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-freebsd.wiki b/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-freebsd.wiki index 142bfa88..71f041d8 100644 --- a/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-freebsd.wiki +++ b/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-freebsd.wiki @@ -112,10 +112,6 @@ Once this is done, you can jump to the next section, [[#Using EiffelStudio|Using ==Using EiffelStudio== -===Setting up the examples=== - -Most of the examples require that you have a precompiled version of EiffelBase. To build it, simply run the script $'''ISE_EIFFEL'''/make_install after having completed all of the above steps. This script also prompts you to precompile EiffelVision which is not required to compile the examples and you can safely skip this step if you do not intend to use a precompiled of EiffelVision. - ===Starting EiffelStudio=== Now everything should be properly installed and you should be able to run the compiler. Launch '''estudio''' for the interactive graphical user interface of the compiler, or launch '''ec''' for the command line interface. If you are a new user to EiffelStudio, we recommend that you follow [[EiffelStudio: A Guided Tour|the guided tour]]. diff --git a/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki b/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki index 1e58320a..ace19788 100644 --- a/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki +++ b/documentation/current/eiffelstudio/software-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki @@ -8,10 +8,10 @@ {| |- | '''Computer/Processor''' -| x86 +| x86-64 |- | '''Operating System''' -| Mac OS X 10.5 (Leopard) or above +| Mac OS X 10.8 or above |- | '''C compiler''' | gcc included in XCode @@ -38,11 +38,12 @@ ==Prerequisites== -Before installing EiffelStudio, it is necessary to install X11 for Mac OS X and the X11 SDK. They are available with the OS X CD. For more details check the Apple web site at: -* [http://www.apple.com/macosx/features/x11/ http://www.apple.com/macosx/features/x11/] - -You also need to install the latest Apple Developer Tools (XCode) available as part of Mac OS X (Tiger or above) +*You will need to install '''Xcode''' from the App Store. (On old versions of OS X, Xcode was on your OSX-Installation disk, or you downloaded it from Apple's developer web site.) After installing Xcode, make sure to install the command line tools by going to the Xcode preferences and under '''Downloads''' install the '''Command Line Tools''' components. +*You also need to install X11: +** On OS X 10.8 (Mountain Lion): install it from http://xquartz.macosforge.org. +** On OS X 10.5, 10.6 and 10.7: nothing to be done. +** ON OS X 10.4 and older: install it from your OS X installation disk. ==Installing the Free Edition== @@ -78,4 +79,3 @@ Now everything should be properly installed and you should be able to run the co -