dart ffi 环境配置

2024-04-07  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读