====== User Software :: Building an individual package ====== While typically the package provided as part of the [[public:user_software:user_software|LUS software collection]] are build as part of that software collection, one also might be interested in carrying out a build with minimal overhead involved. Such a case might be given if all the required external dependencies have be resolved/installed (manually) beforehand, such that the LUS-internal mechanism for resolving the dependency chain is not required. - Check out the top-level directory of the LUS: svn co -N http://usg.lofar.org/svn/code/trunk lofarsoft - Check out the directory containing the common development scripts and tools: svn co http://usg.lofar.org/svn/code/trunk/devel_common lofarsoft/devel_common - Check out the source code of the package: svn co http://usg.lofar.org/svn/code/trunk/src/Anaamika lofarsoft/src/Anaamika - Change into the newly created working version to create the build directory and configure the package: cd lofarsoft mkdir build cd build cmake ../src/Anaamika \\ ---- <- [[public:user software:User Software]]