Update BUILD.md
This commit is contained in:
parent
832eb2766c
commit
f3f362198e
1 changed files with 5 additions and 3 deletions
8
BUILD.md
8
BUILD.md
|
|
@ -32,7 +32,7 @@ This guide covers how to set up the development environment and build Handy from
|
||||||
```bash
|
```bash
|
||||||
# Ubuntu/Debian
|
# Ubuntu/Debian
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install build-essential libasound2-dev pkg-config libssl-dev libvulkan-dev vulkan-tools glslc libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev patchelf
|
sudo apt install build-essential libasound2-dev pkg-config libssl-dev libvulkan-dev vulkan-tools glslc libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev patchelf cmake
|
||||||
|
|
||||||
# Fedora/RHEL
|
# Fedora/RHEL
|
||||||
sudo dnf groupinstall "Development Tools"
|
sudo dnf groupinstall "Development Tools"
|
||||||
|
|
@ -59,6 +59,8 @@ cd Handy
|
||||||
bun install
|
bun install
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Download Required Models
|
### 3. Start Dev Server
|
||||||
|
|
||||||
Handy requires a VAD (Voice Activity Detection) model to function
|
```bash
|
||||||
|
bun tauri dev
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue