Author:manus

Date:2010-12-08T23:44:58.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@713 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2010-12-08 23:44:58 +00:00
parent 4e689977ec
commit d5863b863c
4 changed files with 93 additions and 1 deletions

View File

@@ -43,6 +43,12 @@ The command should succeed and the version number of GTK+ should appear. If it i
On some Linux distribution the Xtst library is required but not installed by default. You have to make sure it is installed by using the instruction of your Linux distribution.
For example, on Debian based distribution you need to do:
<code>
sudo apt-get install libgtk2.0-dev
sudo apt-get install libxtst-dev
</code>
==Installing EiffelStudio from the Web==
After downloading the installation package, you should manually extract its contents to your hard drive. For example, you can extract it into /usr/local using the following commands (assuming that you have permission to /usr/local and that the installation package was saved in /tmp/EiffelXX.tar.bz2, where XX stands for the EiffelStudio version):

View File

@@ -61,7 +61,7 @@ This probably means that EiffelStudio was not properly installed using the '''se
==.NET Support==
To enable .NET support in EiffelStudio, it is necessary to install the Microsoft .NET Framework prior to starting the installation of EiffelStudio. EiffelStudio currently supports versions 1.0 and 1.1 of the .NET Framework. Partial support for the .NET Framework 2.0 beta has been added in this version of EiffelStudio.
To enable .NET support in EiffelStudio, it is necessary to install the Microsoft .NET Framework prior to starting the installation of EiffelStudio. EiffelStudio currently supports all the versions of the .NET Framework up to 4.0.
==What about Windows 95, 98 and Me?==