Toolverse
All skills

build-cmake

by iPlug2

Build an iPlug2 plugin project using CMake with Ninja, Xcode, or Visual Studio generators

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
iPlug2
Category
Backend
Views
22

About this skill

Build an iPlug2 plugin project using CMake with Ninja, Xcode, or Visual Studio generators

How to use

  1. Upewnij się, że masz zainstalowany CMake 3.14 lub nowszy oraz wybrany generator (Ninja jest zalecany, ale możesz użyć Xcode na macOS lub Visual Studio na Windows). Pobierz wymagane SDK wtyczek (VST3, CLAP itp.) za pomocą umiejętności /setup-deps.

  2. Przejdź do folderu projektu i utwórz katalog budowania: cd [ProjectFolder] oraz mkdir -p build && cd build.

  3. Skonfiguruj projekt CMake, wybierając generator. Dla Ninja użyj: cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ... Dla Xcode: cmake -G Xcode ... Dla Visual Studio 2022: cmake -G "Visual Studio 17 2022" -A x64 ...

  4. Zbuduj wszystkie cele: cmake --build . --config Release. Jeśli chcesz zbudować konkretny format (np. VST3), użyj: cmake --build . --config Release --target [NazwaWtyczki]-vst3.

  5. Dostosuj budowanie opcjami zaawansowanymi w razie potrzeby, na przykład -DCMAKE_BUILD_TYPE=Debug dla debugowania, -DIPLUG2_UNIVERSAL=ON dla uniwersalnych binariów na macOS, lub -DIPLUG2_DEBUG_HOST="/Applications/REAPER.app" aby wskazać host do testowania wtyczek.

Related skills

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191