Difference between revisions of "Setting Up Ubuntu for EiffelStudio"

(New page: Category:EiffelStudio Once you have installed Ubuntu, you need to make sure you have the following packages installed. This will let you compile EiffelStudio projects and also build a...)
 
Line 4: Line 4:
  
 
*C compiler
 
*C compiler
 +
sudo apt-get install gcc g++ libc-dev make
  
 
*Subversion
 
*Subversion
Line 10: Line 11:
 
*GTK
 
*GTK
 
  sudo apt-get install libgtk2.0-dev libxtst-dev
 
  sudo apt-get install libgtk2.0-dev libxtst-dev
 
*Pax
 
sudo apt-get install pax
 
  
 
*Building deliveries
 
*Building deliveries
 
  sudo apt-get install build-essential devscripts debhelper fakeroot lintian rpm
 
  sudo apt-get install build-essential devscripts debhelper fakeroot lintian rpm
 +
 +
*Various utilities
 +
sudo apt-get install pax mkisofs

Revision as of 07:05, 30 August 2013


Once you have installed Ubuntu, you need to make sure you have the following packages installed. This will let you compile EiffelStudio projects and also build an EiffelStudio delivery.

  • C compiler
sudo apt-get install gcc g++ libc-dev make
  • Subversion
sudo apt-get install subversion
  • GTK
sudo apt-get install libgtk2.0-dev libxtst-dev
  • Building deliveries
sudo apt-get install build-essential devscripts debhelper fakeroot lintian rpm
  • Various utilities
sudo apt-get install pax mkisofs