Skip to content

Commit

Permalink
update doc: fix image url missing
Browse files Browse the repository at this point in the history
  • Loading branch information
liu946 committed Mar 21, 2018
1 parent 545f61b commit 7f77f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@

右键工程->Configuration properties->c/c++->general->additional include directories

.. image:: http://ir.hit.edu.cn/ltp-2014/images/include.png
.. image:: http://p5xnn6ehz.bkt.clouddn.com/ltp-doc-img-3.6.1-1.png

2. 添加动态库路径

右键工程->Configuration properties->linker->general->additional library directories

.. image:: http://ir.hit.edu.cn/ltp-2014/images/lib.png
.. image:: http://p5xnn6ehz.bkt.clouddn.com/ltp-doc-img-3.6.1-2.png

3. 导入所需的动态库

右键工程->properties->linker->input->additional additional dependencies

.. image:: http://ir.hit.edu.cn/ltp-2014/images/import.png
.. image:: http://p5xnn6ehz.bkt.clouddn.com/ltp-doc-img-3.6.1-3.png

4. 最后,Build工程即可。

Expand Down

0 comments on commit 7f77f07

Please sign in to comment.