docsite icon indicating copy to clipboard operation
docsite copied to clipboard

Document dependency for Linux installation

Open MassiminoilTrace opened this issue 11 months ago • 1 comments

While trying to run an example Dioxus 0.5 project with the latest dx tool, targeting dioxus_desktop, I had a linking error. I got the same error both on Debian12 and Ubuntu 22.04, on different computers.

I installed all the suggested Tauri dependencies, but the error still appears. ld complains about a missing xdo library.

Installing the package libxdo-dev fixes the problem :)

MassiminoilTrace avatar Mar 29 '24 10:03 MassiminoilTrace

For archlinux:

sudo pacman -S xdotool 

neupsh avatar Apr 11 '24 15:04 neupsh

Closed by #267

ealmloff avatar Jun 13 '24 18:06 ealmloff