From 00755b4f3a7105fe86026c8eca9481c777e28e7e Mon Sep 17 00:00:00 2001 From: YaominJun Date: Tue, 10 Nov 2020 09:34:38 +0800 Subject: [PATCH] update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14230ef..6c2ee48 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ CMakeLists.txt:24 (find_package) ``bash ./installers_plan/install_cppad.sh``
再安装ipopt:
``bash ./ipopt_install/install_ipopt.bash``
+ 如果编译执行时遇到:
/user/bin/ld: 找不到 -lgfortran
@@ -45,7 +46,7 @@ CMakeLists.txt:24 (find_package) ### 4)benchmark Could not find a package configuration file provided by "benchmark" with any of the following names:
-benchmarkConfig.cmake +benchmarkConfig.cmake
benchmark-config.cmake 解决办法:
@@ -54,7 +55,7 @@ benchmark-config.cmake ### 5)rosparam handler Could not find a package configuration file provided by "rosparam_handler" with any of the following names:
-rosparam_handlerConfig.cmake +rosparam_handlerConfig.cmake
rosparam_handler-config.cmake 解决办法: