You are here: Home Software Engineering Eiffel Installation with Linux
Search
Advanced Search…
E-Mail

Webmail: webmail.wyden.com

E-Mail Preferences: postfix.wyden.com/users

E-Mail Administration: postfix.wyden.com

Statistics
Total: 473
Total Pages: 286
Total Folders: 87
Total Files: 18
Total Links: 26
Last modification: 19.04.2012 15:21
 

Installation with Linux

by Wyden Silvan last modified 20.05.2010 14:48

apt-get install libgtk2.0-dev
apt-get install libxtst-dev

mkd /Eiffel
cd Eiffel
tar -xvjf Eiffel_xxx.tar.bz2

echo ISE EIFFEL=/eiffel/Eiffel62 >> /etc/environment
echo ISE PLATFORM=linux-x86 >> /etc/environment
echo PATH=$PATH:$ISE EIFFEL/studio/spec/$ISE PLATFORM/bin >> /etc/environment
echo source /etc/environment >> /etc/profile

-> restart linux!!!

/Eiffel62/make_install