My favorites | Sign in
Project Logo
             
Search
for
Updated Sep 23, 2009 by Hugo.Cornelis
Labels: Phase-Deploy, G3doc, Deprecated
BuildProcedure  
Procedure to build a neurospaces based simulator.

Index

G3 Doc: developers-intro.tex

Introduction

You can go to the directory of each individual software component, configure, compile, check and install the package. The InstallerPackage has builtin support to automate these actions, while respecting the dependencies between the packages (ie. each of the mentioned steps is done for each package in the correct order).

Examples:

  • A simple build for packages model_container, heccer, ssp, studio on a developer machine:
  • neurospaces_build --developer --regex 'model-container|heccer|ssp|studio'
  • Including running the tests via the check target of the makefiles on a developer machine:
  • neurospaces_build --check --developer --regex 'model-container|heccer|ssp|studio'

For more information, see the details of the InstallerPackage.

Details

Add your content here. Format your content with:


Sign in to add a comment
Hosted by Google Code