📄 compiling.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><title>RVO: Compiling the RVO Library</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.5.5 --><div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="navpath"><a class="el" href="index.html">RVO Library Documentation</a> </div></div><div class="contents"><h1><a class="anchor" name="compiling">Compiling the RVO Library </a></h1>In this section we describe how the RVO library is compiled on various platforms.<h2><a class="anchor" name="vs2005">Windows - Visual Studio 2005</a></h2>Perform the following steps to successfully compile the RVO simulation library.<ul><li>Unzip the downloaded file into some directory, here referred to as $DIR.</li><li>Open the solution $DIR\RVOLIB\RVOLIB.sln into Visual Studio 2005, and select the Release configuration (or alternatively ReleaseST if you do not want to use parallellization).</li><li>Build the solution. This creates a library file rvo.lib (or rvo_st.lib for the single threaded version) in the $DIR\lib directory, and copies the header files <a class="el" href="_r_v_o_simulator_8h.html">RVOSimulator.h</a> and <a class="el" href="vector2_8h.html">vector2.h</a> to the $DIR\include directory.</li><li>Use the rvo.lib file, along with the header files <a class="el" href="_r_v_o_simulator_8h.html">RVOSimulator.h</a> and <a class="el" href="vector2_8h.html">vector2.h</a> in a third party project.</li></ul><p>In the section on <a class="el" href="using.html">using the RVO simulation library</a>, there is information on how to use the library functionality in your project. </div><hr size="1"><address style="text-align: right;"><small>Generated on Sun May 25 17:16:13 2008 for RVO by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -