We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is not actually an issue.
I just wanted to share a list of dependencies needed to build pymgl for Debian bullseye in hope it'll help someone.
I use debian because it's used in python:3.10-slim docker image which is base image for me right now.
python:3.10-slim
@brendan-ward Thank you a lot for your work on this package. Amazing job.
The steps are the same as for Ubuntu described in build_wheels.yml (mentioned here - #6 (comment))
Build-time dependencies for debian
apt-get -y install \ curl \ build-essential \ cmake \ ccache \ ninja-build \ pkg-config \ libcurl4-openssl-dev \ libicu-dev \ libturbojpeg0-dev \ libpng-dev \ libprotobuf-dev \ libuv1-dev \ libx11-dev \ libegl-dev \ libopengl-dev \ xvfb \ libjpeg-dev \ libsqlite3-dev \ libopengl0 \ git
Runtime dependencies needed to actually use pymgl:
apt install --no-install-recommends -y \ xvfb \ xauth \ curl \ libicu67 \ libjpeg-turbo-progs \ libpng16-16 \ libprotobuf23 \ libuv1 \ libx11-6 \ libegl1 \ libopengl0
The text was updated successfully, but these errors were encountered:
Thanks @wwarne !
Sorry, something went wrong.
This is now added to the README
No branches or pull requests
This is not actually an issue.
I just wanted to share a list of dependencies needed to build pymgl for Debian bullseye in hope it'll help someone.
I use debian because it's used in
python:3.10-slim
docker image which is base image for me right now.@brendan-ward Thank you a lot for your work on this package. Amazing job.
The steps are the same as for Ubuntu described in build_wheels.yml (mentioned here - #6 (comment))
Build-time dependencies for debian
Runtime dependencies needed to actually use pymgl:
The text was updated successfully, but these errors were encountered: