Weylus icon indicating copy to clipboard operation
Weylus copied to clipboard

Build dependencies on Ubuntu 22.04

Open wagenadl opened this issue 2 years ago • 0 comments

Compiling weylus on Ubuntu 22.04, I found I needed to install a few additional packages:

libva-dev
node-typescript
libavdevice-dev
libx264-dev

Build command:

cargo build --release --features ffmpeg-system

Weylus version: git commit 6411ba45260859f6ba44eb56ba86af4d5227eab3

wagenadl avatar Dec 28 '22 18:12 wagenadl