public:user_software:cr-tools:development

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:user_software:cr-tools:development [2011-10-18 18:27] Lars Bahrenpublic:user_software:cr-tools:development [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +~~NOTOC~~
 +
 ====== User Software :: CR-Tools :: Development ======= ====== User Software :: CR-Tools :: Development =======
  
Line 5: Line 7:
  
 ==== Organization of the source code ==== ==== Organization of the source code ====
- 
-{{ :public:user_software:core_tree_usg_repository.png|}} 
  
 After the check-out -- which will take a while -- you will be left with a new directory tree organized as follows: After the check-out -- which will take a while -- you will be left with a new directory tree organized as follows:
 +
 +<file>
 +lofarsoft
 +|-- CMakeLists.txt
 +|-- build
 +|-- data
 +|-- devel_common
 +|-- doc
 +|-- external
 +|-- release
 +|   |-- bin
 +|   |-- include
 +|   `-- lib
 +`-- src
 +    |-- CR-Tools
 +    |   |-- CMakeLists.txt
 +    |   |-- apps
 +    |   |-- doc
 +    |   |-- implement
 +    |   |-- scripts
 +    |   `-- test
 +    `-- DAL
 +</file>
 +
 +In this we have:
  
   * **usg** is the root of the User Software code tree -- go there if you want to synchronize your local version against the repository.   * **usg** is the root of the User Software code tree -- go there if you want to synchronize your local version against the repository.
  • Last modified: 2011-10-18 18:27
  • by Lars Bahren