userdoc_yarp.dox
来自「一个语言识别引擎」· DOX 代码 · 共 30 行
DOX
30 行
/**
@page install_yarp Getting and compiling YARP
YARP can be downloaded from:
- http://yarp0.sourceforge.net/
or installed from CVS by following the instructions at:
- http://sourceforge.net/cvs/?group_id=62418
with modulename "yarp2" to get the code. You can compile it with CMake.
Documentation is built periodically on the website.
Here's a summary of the commands needed if you have command-line cvs:
\verbatim
cvs -d:pserver:anonymous@yarp0.cvs.sourceforge.net:/cvsroot/yarp0 login
cvs -z3 -d:pserver:anonymous@yarp0.cvs.sourceforge.net:/cvsroot/yarp0 co -P yarp2
\endverbatim
The code should appear in a subdirectory called yarp2. See yarp2/README for compilation tips.
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?