Differences
This shows you the differences between two versions of the page.
public:user_software:cr-tools:organization_of_the_source_code [2011-10-18 12:22] – created Lars Bahren | public:user_software:cr-tools:organization_of_the_source_code [2011-10-18 18:25] (current) – removed Lars Bahren | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== User Software :: CR-Tools :: Organization of the source code ====== | ||
- | |||
- | {{ : | ||
- | |||
- | After the check-out -- which will take a while -- you will be left with a new directory tree organized as follows: | ||
- | |||
- | * **usg** is the root of the User Software code tree -- go there if you want to synchronize your local version against the repository. | ||
- | * **build** is used for building individual packages in the code distribution; | ||
- | * **devel_common** hold common tools for development; | ||
- | * **doc** contains a local version of the Doxygen-based source code documentation; | ||
- | * **external** hosts the various external packages which will be required to build parts of the LOFAR User Software; the main change her w.r.t. to old LOPES-Tools is, that critical components are distributed along with the stuff we are writing ourselves. This directory also contains **casacore**, | ||
- | |||