public:user_software:building_an_individual_package

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:user_software:building_an_individual_package [2011-12-21 15:09] – created Lars Bahrenpublic:user_software:building_an_individual_package [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== User Software :: Building an individual package ====== ====== 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: <code bash>   - Check out the top-level directory of the LUS: <code bash>
Line 10: Line 12:
 svn co http://usg.lofar.org/svn/code/trunk/src/Anaamika lofarsoft/src/Anaamika svn co http://usg.lofar.org/svn/code/trunk/src/Anaamika lofarsoft/src/Anaamika
 </code> </code>
 +  - Change into the newly created working version to create the build directory and configure the package: <code bash>
 +cd lofarsoft
 +mkdir build
 +cd build
 +cmake ../src/Anaamika
 +</code>
 +
 +
 +\\
 +----
 +<- [[public:user software:User Software]]
  
  • Last modified: 2011-12-21 15:09
  • by Lars Bahren