quek / vst3-c-api-autowrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vst3_c_api に cl-autowrap する。

Windows 上での c2ffi のコンパイル

MSYS インストールして次を実行

pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-clang-tools-extra gcc cmake ninja
git clone https://github.com/rpav/c2ffi.git
# この時点で llvm-18.1.0 ブランチになっている
cd c2ffi
mkdir build
cd build
cmake -G Ninja ..
cmake --build .

About


Languages

Language:Python 100.0%Language:Common Lisp 0.0%