public:user_software:cr-tools:creating_a_new_application

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
public:user_software:cr-tools:creating_a_new_application [2011-10-18 14:10] Lars Bahrenpublic:user_software:cr-tools:creating_a_new_application [2011-10-18 18:26] (current) – removed Lars Bahren
Line 1: Line 1:
-====== User Software :: CR-Tools :: Creating a new application ====== 
  
-__Note:__ At the time being there is no automated manner by which to handle the creation of a new application. 
- 
-  - Create a **new source file** in the applications directory <code> 
-lofarsoft 
-`-- src 
-    `-- CR-Tools 
-        |-- apps                   <-- new application goes here 
-        |   `-- CMakeLists.txt 
-        |-- implement 
-        `-- test 
-</code> 
-  - Add an entry to the ''CMakeLists.txt'' in the applications directory: <code cmake> 
-## ------------------------------------------------------------------- 
-##                                                      simStationBeam 
- 
-if (HAVE_CASACORE) 
-  add_executable (simStationBeam simStationBeam.cc) 
-  ## linker instructions 
-  target_link_libraries (simStationBeam cr) 
-  ## installation instructions 
-  install (TARGETS simStationBeam 
-    RUNTIME DESTINATION bin 
-    LIBRARY DESTINATION lib 
-    ARCHIVE DESTINATION lib 
-    ) 
-endif (HAVE_CASACORE) 
-</code> 
- 
-\\ 
----- 
-<- [[public:user software:User Software]] • [[public:user software:CR-Tools]] 
  • Last modified: 2011-10-18 14:10
  • by Lars Bahren