Installation of galaxy from source tarball
  
Building galaxy requires the following packages:
   g++                the Gnu C++ compiler and linker 
   libgtk3.0-dev      GTK graphics library (GUI base)

Build and install galaxy as follows:
   1. Download the tar file (galaxy-N.N.tar.gz) to Desktop 
   2. Open a terminal window 
   3. $ cd Desktop                      # go to Desktop 
   4. $ tar -xzf galaxy-N.N.tar.gz      # unpack to ./galaxy 
   5. $ cd galaxy                       # go there 
   6. $ make                            # build program 
   7. $ sudo make install               # install program
  
Missing dependencies will cause error messages in step 6. 
Install these from your repository and repeat step 6. 
 
Step 7 moves all files to the following locations:
   /usr/bin/galaxy             binary executable 
   /usr/share/galaxy/          icons, translations ... 
   /usr/share/doc/galaxy/      user guide, README ... 
For step 7, use "sudo" or "su -c" to get root privileges.

Please review the user guide (Help menu) before trying galaxy.

WARNING: this program works poorly with compiz 
(compiz 0.9.4 in Ubuntu 11.04 Unity)

NOTES FOR PACKAGE BUILDERS:
If $PREFIX is defined, files go there instead of /usr. 
If $DESTDIR is also defined, files go to $DESTDIR$PREFIX. 


