mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
fix(desktop): fail fast on missing linux deps (#848)
This commit is contained in:
@@ -84,6 +84,7 @@ Before running `pnpm dev`, ensure these are installed and active in your shell:
|
||||
- **Bun 1.3.9+** (`bun --version`)
|
||||
- Rust toolchain (for Tauri), with Cargo from current `rustup` stable (supports `Cargo.lock` v4)
|
||||
- Xcode Command Line Tools (macOS)
|
||||
- On Linux, WebKitGTK 4.1 development packages so `pkg-config` can resolve `webkit2gtk-4.1` and `javascriptcoregtk-4.1`
|
||||
|
||||
### One-minute sanity check
|
||||
|
||||
@@ -126,6 +127,7 @@ All repo `dev` entrypoints now opt into the same dev-mode isolation so local tes
|
||||
### Arch Users:
|
||||
|
||||
```bash
|
||||
sudo pacman -S --needed webkit2gtk-4.1
|
||||
yay -s opencode # Releases version
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user