Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- **Node.js** ≥ 20 with npm
- **Tauri CLI**: installed via `npm install` (workspace devDependency)
- **Platform SDKs**: Xcode (macOS), Visual Studio Build Tools + LLVM (Windows), build-essential (Linux)
- **CMake** (required by `llama-cpp-sys-4`)
- **Vulkan SDK** (Linux/Windows, for `llm-vulkan` feature)

## Quick Start
Expand Down
3 changes: 3 additions & 0 deletions changes/unreleased/fix-macos-dev-setup-cmake-npm-ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Build

- **Fix Macos Dev Setup Cmake Npm Ci**: add cmake to `scripts/setup-dev.sh`'s macOS dependency check (required by `llama-cpp-sys-4`, previously only installed on Linux) and use `npm ci` instead of `npm install` when a lockfile is present, for a reproducible install matching CI.
Loading