|
InstallProcedure
Installation Instruction for a correctly configured target PC
IntroductionThis page assumes that the target PC has all dependencies installed. You can the proceed by downloading the packages from http://sourceforge.net/project/showfiles.php?group_id=162899. The download can be automated by the InstallerPackage. Alternatively, you can checkout the code from the monontone repositories. All Neurospaces packages can be downloaded and installed by themselves, based on autotools ('./configure', 'make', 'sudo make install'). There is a small issue with the Heccer package: its compilation depends on the NMC to be installed. The order of installation is:
The most easy way to do the installation, is by using the package installer, see below. For a userUsing the install script of the InstallerPackage:
neurospaces_build --download-server downloads.sourceforge.net --src-tag build-37 --src-dir /tmp/neurospaces/downloads --verbose --verbose --verbose Add a couple of '--verbose' options to see what is going on. neurospaces_build --download-server downloads.sourceforge.net --src-tag build-37 --src-dir /tmp/neurospaces/downloads --verbose --verbose --verbose --uninstall --no-configure --no-compile --no-install Note that you must add the '--no-compile' option, otherwise things might break because of the compilation dependencies between the packages. neurospaces_build --no-compile --uninstall --src-tag build-37 --src-dir /tmp/neurospaces/downloads --verbose --verbose --verbose Note that you must add the '--no-compile' option, otherwise things might break because of the compilation dependencies between the packages. For a developerUsing the install script of the InstallerPackage:
# download, install, check neurospaces_build --download-server downloads.sourceforge.net --check --regex 'model-container|heccer|ssp|studio' --src-tag build-37 --src-dir /tmp/neurospaces/downloads --verbose --verbose --verbose # uninstall neurospaces_build --no-compile --uninstall --regex 'model-container|heccer|ssp|studio' --src-tag build-37 --src-dir /tmp/neurospaces/downloads --verbose --verbose --verbose # reinstall the things you were working on, developing neurospaces_build --regex 'model-container|heccer|ssp|studio' --verbose --verbose --developer --verbose |
Sign in to add a comment
