Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:install:dev_app_select [2012/01/24 13:40] – foisys | en:install:dev_app_select [2021/05/29 15:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Installation of software development environments in Impilo ====== | ||
+ | Although the courses we teach do not require that students to know how to program, we strongly advise them to get their acts together and learn at least one programming language. In addition, some minimal components are require to compile bioinformatics applications from source code. For Impilo, I decided to install the necessary tools to exploit the three most used toolboxes in bioinformatics: | ||
+ | |||
+ | Since we created the basic virtual machine using the '' | ||
+ | |||
+ | ^ Impilo Versions | ||
+ | | [[.: | ||
+ | | [[.: | ||
+ | | [[.: | ||
+ | |||
+ | **WARNING!** Ubuntu has chosen to not include Sun's JDK 6 in its readily accessible packages. It is very easy to change this thanks to these commands: | ||
+ | |||
+ | <code bash> | ||
+ | % add-apt-repository "deb http:// | ||
+ | </ | ||
+ | |||
+ | Why not use OpenJDK? Simply because some applications that we are including just don't work properly with it... | ||
+ | |||
+ | |||
+ | In the case of [[http:// |