Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:user_software:cr-tools:development [2011-10-18 18:27] – Lars Bahren | public: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 ==== | ||
- | |||
- | {{ : | ||
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: | ||
+ | |||
+ | < | ||
+ | lofarsoft | ||
+ | |-- CMakeLists.txt | ||
+ | |-- build | ||
+ | |-- data | ||
+ | |-- devel_common | ||
+ | |-- doc | ||
+ | |-- external | ||
+ | |-- release | ||
+ | | |-- bin | ||
+ | | |-- include | ||
+ | | `-- lib | ||
+ | `-- src | ||
+ | |-- CR-Tools | ||
+ | | |-- CMakeLists.txt | ||
+ | | |-- apps | ||
+ | | |-- doc | ||
+ | | |-- implement | ||
+ | | |-- scripts | ||
+ | | `-- test | ||
+ | `-- DAL | ||
+ | </ | ||
+ | |||
+ | 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. |