What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Apr 29, 2008 by Hugo.Cornelis
Labels: Phase-Deploy
BuildProcedure  
Procedure to build a neurospaces based simulator.

Index

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