GENESIS: Documentation

Related Documentation:
GENESIS System

Developer Installation Ubuntu (Lucid)

Installing GENESIS on Ubuntu requires executing the following major steps. Note: Installation requires administrator privileges.

Prepare and upgrade the system software

Download and Install the DeveloperPackage

  1. Download the latest version of the DeveloperPackage, available from the GENESIS package archive. It is called developer-release-label.tar.gz, where release-label is the current release identifier.
  2. Change to the directory where you downloaded the file.
  3. Unpack the archive by typing “tar xfz developer-release-label.tar.gz”.
  4. Change to the directory with the content of the archive by typing “cd developer-release-label”.
  5. Configure by typing “./configure”. If this step fails, it is likely due missing dependencies. If you let us know what dependencies were missing for you, we can update this page, and avoid installation problems for other people.
  6. Compile by typing “make”.
  7. Install by typing “sudo make install”.

Install software packages

  1. Use the installer script to create the correct directory layout by typing “neurospaces_create_directories”.
  2. Pull the archives of the source code by typing “neurospaces_pull”.
  3. Update the source code in the working directories by typing “neurospaces_update”.
  4. Generate make files by typing “neurospaces_configure”.
  5. Compile and install the software by typing “neurospaces_install”.

Check if the installation was successful

This step is optional but strongly advised.

Optional Dependencies

G-Tube

As the G-Tube is becoming more mature as the official G-3 GUI, it is strongly recommended that you also install the dependencies of the G-Tube:

Studio

The following packages can optionally be installed to run the graphical part of the Studio:

After successful installation of the Studio, issue the shell command “neurospaces cells/purkinje/edsjb1994.ndf --gui” to check that the graphical component works correctly.