{"id":451,"date":"2025-05-17T03:02:10","date_gmt":"2025-05-16T19:02:10","guid":{"rendered":"https:\/\/cennum.top\/?p=451"},"modified":"2025-05-31T02:11:50","modified_gmt":"2025-05-30T18:11:50","slug":"lcm%e6%ba%90%e7%a0%81%e7%bc%96%e8%af%91%e6%89%be%e4%b8%8d%e5%88%b0python%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/cennum.top\/index.php\/2025\/05\/17\/lcm%e6%ba%90%e7%a0%81%e7%bc%96%e8%af%91%e6%89%be%e4%b8%8d%e5%88%b0python%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95\/","title":{"rendered":"ubuntu20.04 LCM\u6e90\u7801\u7f16\u8bd1\u5b89\u88c5\u627e\u4e0d\u5230python.h\u7684\u89e3\u51b3\u65b9\u6cd5"},"content":{"rendered":"\n<p>\u627e\u5230lcm\u6587\u4ef6\u5939\u7684lcmpython\u6587\u4ef6\u5939\uff0c\u4fee\u6539CMakeLists.txt\uff0c\u5c06\u539f\u6765\u7684\u66ff\u6362\u5982\u4e0b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>if (WIN32)\n  find_package(Python COMPONENTS Interpreter Development)\n\n  target_include_directories(lcm-python PRIVATE\n    ${Python_INCLUDE_DIRS}\n  )\nelse ()\n  find_package(Python3 COMPONENTS Interpreter Development.Module)\n\n  target_include_directories(lcm-python PRIVATE\n    ${Python3_INCLUDE_DIRS}\n  )\nendif ()<\/code><\/pre>\n\n\n\n<p>\u66ff\u6362\u4e3a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\nif (WIN32)\n  find_package(Python COMPONENTS Interpreter Development)\n  target_include_directories(lcm-python PRIVATE ${Python_INCLUDE_DIRS})\nelse ()\n  # \u76f4\u63a5\u4f7f\u7528\u4f60\u7cfb\u7edf\u4e2d Python3.8 \u7684\u5934\u6587\u4ef6\u8def\u5f84\n  set(Python3_INCLUDE_DIRS \"\/usr\/include\/python3.8\")\n  set(Python3_LIBRARIES \"\/usr\/lib\/x86_64-linux-gnu\/libpython3.8.so\")\n  \n  target_include_directories(lcm-python PRIVATE ${Python3_INCLUDE_DIRS})\n  target_link_libraries(lcm-python PRIVATE ${Python3_LIBRARIES})\nendif ()\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u627e\u5230lcm\u6587\u4ef6\u5939\u7684lcmpython\u6587\u4ef6\u5939\uff0c\u4fee\u6539C &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-451","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/posts\/451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/comments?post=451"}],"version-history":[{"count":5,"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/posts\/451\/revisions"}],"predecessor-version":[{"id":468,"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/posts\/451\/revisions\/468"}],"wp:attachment":[{"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/media?parent=451"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/categories?post=451"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cennum.top\/index.php\/wp-json\/wp\/v2\/tags?post=451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}