1
|
1 This package is an installer for the protk rubygem
|
|
2
|
|
3 Installation of this package should proceed automatically however the
|
|
4 steps are outlined here to help troubleshoot potential issues.
|
|
5
|
|
6 The installer does the following
|
|
7 1. Downloads an install script from dropbox
|
|
8 2. Installs ruby version manager (rvm) into the home directory of the galaxy user (ie at ~/.rvm)
|
|
9 3. Uses rvm to download and compile ruby 1.9.3
|
|
10 4. Creates a gemset to install the protk rubygem
|
|
11 5. Installs the protk rubygem which involves compiling a libxml extension
|
|
12
|
|
13 System Requirements:
|
|
14
|
|
15 - The ability to download files (an internet connection) curl wget
|
|
16 - gcc g++ make autoconf automake libtool pkg-config patch git openssl
|
|
17 libreadline6 libreadline6-dev git-core zlib1g zlib1g-dev libssl-dev
|
|
18 libc6-dev ncurses-dev bison subversion libxml2 libxml2-dev
|