Can't get rustdesk-bin to run

The rustdesk-bin package is a precompiled binary (hence the -bin suffix), there’s nothing to build. It was linked against libxdo.so.3. The rustdesk package builds from source, so it would link against the current libxdo.so.4 during build.

3 Likes