readme

来自「VC视频对象的跟踪提取原代码(vc视频监控源码)」· 代码 · 共 17 行

TXT
17
字号
We use the xml4c library from IBM which is based on Apache Xerces-C.Download the library from http://www.alphaworks.ibm.com/.To use under Linux,1 - compile with added include path -I/opt/xml4c/include2 - link with added library path -L/opt/xml4c/lib and libraries    -lxerces-c -licu-uc -licudata.3 - add -Wl,-rpath -Wl,/opt/xml4c/lib to linker command.4 - add "/opt/xml4c/lib" to your LD_LIBRARY_PATH environment variable    when running the executables if some XML libraries cannot be found.--- nts, Tue Nov  7, 2000 (updated Tue Feb 19 2002).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?