Skip to content

Commit

Permalink
[doc] Add libuuid & pipewire to Linux instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
grandchild committed Jan 6, 2025
1 parent 66933d7 commit 304aa10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ Both are built automatically with the current CMake setup.
Prepare & build first:

```sh
# Install a 32bit util-linux package which provides libuuid.
# For Archlinux that would be: $ sudo pacman -S lib32-util-linux

# *Optionally* install a 32bit libpipewire for automatic audio input on Linux.
# For Archlinux that would be: $ sudo pacman -S lib32-libpipewire

# Install Rust 32bit linux toolchain
rustup target add i686-unknown-linux-gnu

Expand Down

0 comments on commit 304aa10

Please sign in to comment.