美文网首页
dart ffi 环境配置

dart ffi 环境配置

作者: 水银瓶 | 来源:发表于2024-04-07 23:34 被阅读0次

# ubuntu/linux

    - 安装 libclangdev: sudo apt-get install libclang-dev

# Windows

    - 安装 Visual Studio with C++ development support

    - 安装 LLVM: winget install -e --id LLVM.LLVM

# MacOS

     - 安装 Xcode

    - 安装 LLVM: brew install llvm

# 引入ffigen

    - pub:https://pub.dev/packages/ffigen

相关文章

网友评论

      本文标题:dart ffi 环境配置

      本文链接:https://www.haomeiwen.com/subject/dlbtxjtx.html