Changeset 107
- Timestamp:
- 06/15/09 10:39:03 (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r105 r107 105 105 set_source_files_properties (${all_srcs} PROPERTIES COMPILE_FLAGS "-O3 -Winline -Werror -finline-functions -fomit-frame-pointer") 106 106 107 #----------------------- installation ----------------------------- 108 109 file (GLOB config_files "${CMAKE_CURRENT_SOURCE_DIR}/Distribution/oscam.*") 110 file (GLOB doc_files "${CMAKE_CURRENT_SOURCE_DIR}/Distribution/doc/*.txt") 111 112 install (PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${exe_name} DESTINATION bin COMPONENT bin) 113 install (FILES ${config_files} DESTINATION etc COMPONENT config) 114 install (FILES ${doc_files} DESTINATION share/doc/oscam COMPONENT doc) 115 107 116 #----------------------- printout resume ----------------------------- 108 117 -
trunk/README
r106 r107 40 40 41 41 cmake -DCS_CONFDIR=/where/is/config/files .. 42 cmake -DCMAKE_INSTALL_PREFIX=/where/to/installed .. 43 cmake -DCS_CONFDIR=/where/is/config/files -DCMAKE_INSTALL_PREFIX=/where/to/installed .. 42 44 43 45 Change build parameters (with interface) … … 45 47 46 48 ccmake .. 49 50 Install 51 ------- 52 53 make install
Note:
See TracChangeset
for help on using the changeset viewer.