Documentation/dvb/readme.txt

Chinese translated version of Documentation/dvb/readme.txt


If you have any comment or update to the content, please contact the
original document maintainer directly.  However, if you have a problem
communicating in English you can also ask the Chinese maintainer for
help.  Contact the Chinese maintainer if this translation is outdated
or if there is a problem with the translation.


Chinese maintainer: 尹娇萍  1072986620@qq.com
---------------------------------------------------------------------
Documentation/dvb/readme.txt 的中文翻译


如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
译存在问题,请联系中文版维护者。


中文版维护者: 尹娇萍  1072986620@qq.com
中文版翻译者: 尹娇萍  1072986620@qq.com
中文版校译者: 尹娇萍  1072986620@qq.com


以下为正文


---------------------------------------------------------------------




  Linux Digital Video Broadcast (DVB) subsystem
  =============================================
  
  Linux数字视频广播(DVB)子系统
  =============================================
  
  The main development site and CVS repository for these
  drivers is http://linuxtv.org/.
  
  这些驱动程序的主要开发网站和CVS存储库是http://linuxtv.org/。
  
  The developer mailing list linux-dvb is also hosted there,
  see http://linuxtv.org/lists.php. Please check
  the archive http://linuxtv.org/pipermail/linux-dvb/
  and the Wiki http://linuxtv.org/wiki/
  before asking newbie questions on the list.
  
  Linux-dvd的开发者邮件列表还可以在这个(http://linuxtv.org/lists.php)网站中查看。
  在询问新手问题之前,请检查归档http://linuxtv.org/pipermail/linux-dvb/ 和WIKI http://linuxtv.org/wiki/。
  
  API documentation, utilities and test/example programs
  are available as part of the old driver package for Linux 2.4
  (linuxtv-dvb-1.0.x.tar.gz), or from CVS (module DVB).
  We plan to split this into separate packages, but it's not
  been done yet.
  
  API文档,公用和测试/例子程序是Linux 2.4(linuxtv-DVB-1.0.x.tar.gz)的旧驱动程序包的一部分,或从CVS(模块DVB)。
  我们计划将其划分为单独的包,但它尚未完成。
  
  http://linuxtv.org/downloads/
  
  What's inside this directory:
  
  这个目录里面有什么:
  
  "avermedia.txt"
  contains detailed information about the
  Avermedia DVB-T cards. See also "bt8xx.txt".
  
  “avermedia.txt”
  包含的详细信息圆刚DVB-T卡。另见“bt8xx.txt”。
  
  "bt8xx.txt"
  contains detailed information about the
  various bt8xx based "budget" DVB cards.
  
  “bt8xx.txt”
  包含基于DVB卡的“预算”关于各种bt8xx的详细信息。
  
  "cards.txt"
  contains a list of supported hardware.
  
  “cards.txt”
  包含一个支持的硬件列表。
  
  "ci.txt"
  contains detailed information about the
  CI module as part from TwinHan cards and Clones.
  
  “ci.txt”
  包含CI模块的详细信息,双汉卡和克隆的一部分。
  
  "contributors.txt"
  is the who-is-who of DVB development.
  
  “contributors.txt”
  是who-is-who的DVB发展。


  "faq.txt"
  contains frequently asked questions and their answers.
  
  “faq.txt”
  包含经常问的问题,并给出了他们的答案。
  
  "get_dvb_firmware"
  script to download and extract firmware for those devices
  that require it.
  
  “get_dvb_firmware”
  脚本下载和这些设备的固件解压缩需要它。
  
  "ttusb-dec.txt"
  contains detailed information about the
  TT DEC2000/DEC3000 USB DVB hardware.
  
  “ttusb-dec.txt”
  包含TT DEC2000/DEC3000 USB DVB硬件的详细信息。
  
  "udev.txt"
  how to get DVB and udev up and running.
  
  “udev.txt”
  如何获得DVB和udev的建立和运行。
  
  "README.dvb-usb"
  contains detailed information about the DVB USB cards.
  
  "README.dvb-usb"
  包含DVB USB卡的详细信息。
  
  "README.flexcop"
  contains detailed information about the
  Technisat- and Flexcop B2C2 drivers.
  
  包含TECHNISAT Flexcop B2C2驱动程序的详细信息。
  
  Good luck and have fun!
  
  祝你好运,玩得开心!
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
将QT += core QT -= gui CONFIG += c++11 TARGET = UavRectifyLoadLIb CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp # The following define makes your compiler emit warnings if you use # any feature of Qt which as been marked deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the # deprecated API in order to know how to port your code away from it. DEFINES += QT_DEPRECATED_WARNINGS win32{ CONFIG(debug, debug|release){ DESTDIR = $$PWD/../../../../RasterManager/bin/Debug } else{ DESTDIR = $$PWD/../../../../RasterManager/bin/release } INCLUDEPATH += $$PWD/../../../include/gdal1101 DEPENDPATH += $$PWD/../../../include/gdal1101 } else{ CONFIG(debug, debug|release){ DESTDIR = $$PWD/../../../product/release32 } else{ DESTDIR = $$PWD/../../../product/release32 } } # You can also make your code fail to compile if you use deprecated APIs. # In order to do so, uncomment the following line. # You can also select to disable deprecated APIs only up to a certain version of Qt. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 unix:!macx: LIBS += -L$$PWD/../../../product/release32/ -lUAVAutoRectifyMt -lUAVAutoRectify -lUAVAutoRectifyFi INCLUDEPATH += $$PWD/../include DEPENDPATH += $$PWD/../include unix:!macx: LIBS += -L$$PWD/../../../lib/opencvf249/ -lopencv_core unix:!macx: LIBS += -L$$PWD/../../../lib/opencvf249/ -lopencv_highgui unix:!macx: LIBS += -L$$PWD/../../../lib/opencvf249/ -lopencv_imgproc INCLUDEPATH += $$PWD/../../../lib/opencvf249 DEPENDPATH += $$PWD/../../../lib/opencvf249 unix:!macx: LIBS += -L$$PWD/../../../../../../../usr/local/lib/ -lopencv_core #unix:!macx: LIBS += -L$$PWD/../../../../../../../usr/local/lib/ -lopencv_highgui unix:!macx: LIBS += -L$$PWD/../../../../../../../usr/local/lib/ -lopencv_imgproc unix:!macx: LIBS += -L$$PWD/../../../../../../../usr/local/lib/ -lopencv_features2d unix:!macx: LIBS += -L$$PWD/../../../../../../../usr/local/lib/ -lopencv_imgcodecs INCLUDEPATH += $$PWD/../../../../../../../usr/local/include DEPENDPATH += $$PWD/../../../../../../../usr/local/include unix:!macx: LIBS += -L$$PWD/../../../product/release32/ -lDEMDriver unix:!macx: LIBS += -L$$PWD/../../../product/release32/ -lProjection unix:!macx: LIBS += -L$$PWD/../../../product/release32/ -lIImage_gC QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO QMAKE_LFLAGS_RELEASE = $$QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO 转为cmake格式
06-11
根据给出的代码,可以将其转化为以下CMake代码: ``` cmake_minimum_required(VERSION 3.5) project(UavRectifyLoadLIb LANGUAGES CXX) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) set(CMAKE_AUTOUIC ON) find_package(Qt5Core REQUIRED) add_executable(UavRectifyLoadLIb main.cpp ) target_link_libraries(UavRectifyLoadLIb PRIVATE Qt5::Core UAVAutoRectifyMt UAVAutoRectify UAVAutoRectifyFi DEMDriver Projection IImage_gC opencv_core opencv_highgui opencv_imgproc opencv_features2d opencv_imgcodecs ) target_include_directories(UavRectifyLoadLIb PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../../include/gdal1101 ${CMAKE_CURRENT_SOURCE_DIR}/../include ${CMAKE_CURRENT_SOURCE_DIR}/../../../lib/opencvf249 ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../../../usr/local/include ) if(UNIX AND NOT APPLE) target_link_directories(UavRectifyLoadLIb PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../../product/release32 ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../../../usr/local/lib ) endif() if(WIN32) if(CMAKE_BUILD_TYPE STREQUAL "Debug") set_target_properties(UavRectifyLoadLIb PROPERTIES RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_SOURCE_DIR}/../../../../RasterManager/bin/Debug ) else() set_target_properties(UavRectifyLoadLIb PROPERTIES RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_CURRENT_SOURCE_DIR}/../../../../RasterManager/bin/release ) endif() else() if(CMAKE_BUILD_TYPE STREQUAL "Debug") set_target_properties(UavRectifyLoadLIb PROPERTIES RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_SOURCE_DIR}/../../../product/release32 ) else() set_target_properties(UavRectifyLoadLIb PROPERTIES RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_CURRENT_SOURCE_DIR}/../../../product/release32 ) endif() endif() ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值