Changeset 1625
- Timestamp:
- 02/20/10 06:37:25 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r1622 r1625 146 146 147 147 include (CheckIncludeFile) 148 if(CS_ANTICASC) 149 add_definitions ("-DCS_ANTICASC") 150 endif(CS_ANTICASC) 151 152 if(CS_LOGHISTORY) 153 add_definitions ("-DCS_LOGHISTORY") 154 endif(CS_LOGHISTORY) 155 156 if(CS_WITH_GBOX) 157 add_definitions ("-DCS_WITH_GBOX") 158 endif(CS_WITH_GBOX) 159 160 if(HAVE_DVBAPI) 161 add_definitions ("-DHAVE_DVBAPI") 162 endif(HAVE_DVBAPI) 163 148 164 check_include_file ("pthread.h" HAVE_PTHREAD) 149 165 if (HAVE_PTHREAD) … … 235 251 236 252 237 238 239 253 check_include_file ("PCSC/wintypes.h" HAVE_PCSC) 240 254 if (HAVE_PCSC) … … 340 354 target_link_libraries ( ${exe_name} rt nxp ) 341 355 endif (OSCamOperatingSystem MATCHES "Linux") 342 343 if (WEBIF)344 add_definitions ("-DWEBIF")345 endif (WEBIF)346 356 347 357 #----------------------- put svnversion in the build ------------------------------ … … 478 488 message (STATUS " use system libusb functions") 479 489 endif (HAVE_LIBUSB) 480 if (WEBIF)481 message (STATUS " Web interface enabled")482 endif (WEBIF)483 490 message (STATUS "") -
trunk/README
r1381 r1625 9 9 10 10 - svn repository: 11 http://oscam.ump2002.net/svn/oscam/trunk11 svn co http://streamboard.gmc.to/svn/oscam/trunk 12 12 13 13 - wiki: 14 http:// trac.oscam.ump2002.net/14 http://streamboard.gmc.to/oscam 15 15 16 16 Get sources from SVN 17 17 -------------------- 18 18 19 svn co http:// oscam.ump2002.net/svn/oscam/trunk oscam19 svn co http://streamboard.gmc.to/svn/oscam/trunk oscam-svn 20 20 cd oscam 21 21 … … 30 30 HAVE_DVBAPI - enable DVB API support 31 31 32 Enable features with cmake: 33 34 -DCS_ANTICASC=1 - enable anti-cascading 35 -DCS_LOGHISTORY=1 - enable log history 36 -DCS_WITH_GBOX=1 - enable gbox support 37 -DHAVE_DVBAPI=1 - enable DVB API support 32 38 33 39 Build with CMake (new solution for building)
Note:
See TracChangeset
for help on using the changeset viewer.