Skip to content

Commit 3d6dcc9

Browse files
Add CMake to Linux Whisper builds
1 parent 44fcc39 commit 3d6dcc9

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ cargo build -p wisp-desktop --release
179179
On Debian/Ubuntu Linux, install the PipeWire build dependency before building:
180180

181181
```bash
182-
sudo apt install clang libclang-dev libpipewire-0.3-dev pkg-config
182+
sudo apt install clang cmake libclang-dev libpipewire-0.3-dev pkg-config
183183
cargo build -p wisp-audiokit
184184
```
185185

nix/crane.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ let
4545
}
4646
// pkgs.lib.optionalAttrs pkgs.stdenv.isLinux {
4747
nativeBuildInputs = [
48+
pkgs.cmake
4849
pkgs.pkg-config
4950
pkgs.rustPlatform.bindgenHook
5051
];

nix/dev-shells.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ in
5252
++ pkgs.lib.optionals pkgs.stdenv.isLinux (
5353
with pkgs;
5454
[
55+
cmake
5556
pipewire
5657
pkg-config
5758
rustPlatform.bindgenHook

0 commit comments

Comments
 (0)