mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Missing libraries in doc.rustdesk.com (Ubuntu 18) build #2465
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PJaros on GitHub (Feb 5, 2024).
Bug Description
The installation for the required libraries for Ubuntu on https://github.com/rustdesk/doc.rustdesk.com/blob/master/content/dev/build/linux/_index.en.md are different from the one on https://github.com/rustdesk/rustdesk says.
Mainly the libraries:
are missing.
The doc.rustdesk says (space added and backslash marks removed trying to make it easier to compare) :
Readme.md on main github rustdesk repo says:
How to Reproduce
Compiling without the two libraries fails
libgstreamer1.0-dev libgstreamer-plugins-base1.0-devfails. Which was also reported in issue https://github.com/rustdesk/rustdesk/issues/2881Expected Behavior
The build instructions should be up to date with the latest changes on the main repository.
Operating system(s) on local side and remote side
Compiling on Ubuntu 18(.04)
RustDesk Version(s) on local side and remote side
Tested with 1.2.3 and nightly-2024-02-05
Screenshots
Irrelevant
Additional Context
No response
@rustdesk commented on GitHub (Feb 5, 2024):
#763
@PJaros commented on GitHub (Feb 6, 2024):
I did follow the tutorial https://rustdesk.com/docs/en/dev/build/linux/ to the letter. It is not up to date.
The two libraries:
are missing in the documentation.
Is there a guide on how to change the documentation myself? Do I need to fork the repository and change every language version?