//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//   Building Genome ARTIST from sources
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

// ~~~~ Requirements ~~~~

To be able to build Genome ARTIST under a UNIX system you need the following tools:

1. The package "build-essential" for building sources

$ sudo apt-get install build-essential

2. If you have a 64 bit system you will need the following packages:

$ sudo apt-get install ia32-libs g++-multilib libc6-i386 libc6-dev-i386 lib32gcc1 lib32stdc++6

3. You need to have Java Development Kit installed, 1.6 or higher

$ sudo apt-get install openjdk-6-jdk

4. For the build script you will need at least Apache Ant version 1.8.0

$ sudo apt-get install ant

// ~~~~ Steps to a complete build ~~~~

1. Go to folder "$PROJECT_ROOT/sources_c" and issue the command:

$ make

2. You then go to the folder "$PROJECT_ROOT/ant_build" and issue the command:

$ ant genomeless

3. Results

A functional version of Genome ARTIST has been built in the folder "genomeless". It has no genomes nor transposons loaded.
You can use the "genomeless" version and configure it with your own genomes. 
For more information about loading genomes, please reffer to the Manual.

// ~~~~ Starting and configuring Genome ARTIST ~~~

For information about using Genome ARTIST please check the Manual.pdf located in "$PROJECT_ROOT/documentation/Manual.pdf"
