Replies: 1 comment 5 replies
-
依赖 pkg-config 查找,确认下 pkg-config 能否找到它,或者是否安装了 pkg-config 然后看下 xmake l find_package boost |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
boost已经装在了/usr/local/include与.../lib之后,如何配置xmake或其他环境以应用boost?
加上了add_requires("boost",{system=true}) 发现还是找不到
系统:
wsl ubuntu 22.04 ,win10
项目配置:
xmake报错:
Beta Was this translation helpful? Give feedback.
All reactions