本文主要是介绍FastDDS 安装 foonathan_memory_vendor 找不到 not found,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
FastDDS 安装 foonathan_memory_vendor 找不到
cmake -v = 3.23.2
git clone https://github.com/eProsima/foonathan_memory_vendor.git
cd foonathan_memory_vendor
mkdir build && cd build
# cmake .. 编译不成功需要替换为如下:
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=ON ..
# 执行安装
cmake --build . --target install
这篇关于FastDDS 安装 foonathan_memory_vendor 找不到 not found的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!