Skip to content

Commit

Permalink
Merge pull request HIT-SCIR#209 from endyul/hotfix
Browse files Browse the repository at this point in the history
[update doc] `-WL` -> `-Wl`
  • Loading branch information
endyul authored Mar 4, 2017
2 parents 19b8e3c + 176aa10 commit a413f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

假定您下载并将LTP放置于 :file:`/path/to/your/ltp-project` 目录下,那么编译命令例如下::

g++ -o cws cws.cpp -I /path/to/your/ltp-project/include/ -I /path/to/your/ltp-project/thirdparty/boost/include -WL,-dn -L /path/to/your/ltp-project/lib/ -lsegmentor -lboost_regex -WL,-dy
g++ -o cws cws.cpp -I /path/to/your/ltp-project/include/ -I /path/to/your/ltp-project/thirdparty/boost/include -Wl,-dn -L /path/to/your/ltp-project/lib/ -lsegmentor -lboost_regex -Wl,-dy

分词接口
--------
Expand Down

0 comments on commit a413f39

Please sign in to comment.