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

Debian Bullseye #7

Closed
wwarne opened this issue Oct 29, 2022 · 2 comments
Closed

Debian Bullseye #7

wwarne opened this issue Oct 29, 2022 · 2 comments

Comments

@wwarne
Copy link

wwarne commented Oct 29, 2022

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

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
@brendan-ward
Copy link
Owner

Thanks @wwarne !

@brendan-ward
Copy link
Owner

This is now added to the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants