PDA

View Full Version : How to get the Eric IDE up and running?



khackbarth
April 30th, 2010, 02:13 AM
Eric has several prerequisites including Python, Qt, PyQt, and QScintilla. It's not clear to me if these prerequisites have to already be installed at the time Eric is installed.

I believe that all of these are available via the Ubuntu Software center.

I'd love a tutorial describing what to install in what order so that all the pointers in Eric to these prerequisites are defined properly and so that help for each of the prerequisites works.

Thanks,
Ken

solar george
April 30th, 2010, 07:08 AM
eric is in the repos (apt://eric)
If you really need to install from the website you can use:

apt-get build-dep eric
from a terminal to install the dependancies.