Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it easier to setup a development environment #4244

Closed
totaam opened this issue May 31, 2024 · 1 comment
Closed

make it easier to setup a development environment #4244

totaam opened this issue May 31, 2024 · 1 comment
Labels
enhancement New feature or request linux packaging

Comments

@totaam
Copy link
Collaborator

totaam commented May 31, 2024

I keep having to do this myself every time I have to try to reproduce and debug an issue on a specific distro.
This is documented here https://github.com/Xpra-org/xpra/tree/master/docs/Build
But this requires firing up a browser - or looking at the documentation markdown, then cut & pasting commands.
It should be automated in a similar way to dnf builddep, but we can also do better and honour the --without-XXX flags and install only the minimum required.

@totaam totaam added enhancement New feature or request packaging linux labels May 31, 2024
totaam added a commit that referenced this issue May 31, 2024
@totaam
Copy link
Collaborator Author

totaam commented May 31, 2024

Done in the commits above, tested on Fedora and Ubuntu 24.04:

./setup.py dev-env

This honours all setup options, ie:

./setup.py dev-env --minimal --with-openh264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request linux packaging
Projects
None yet
Development

No branches or pull requests

1 participant