Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Installing custom packages

Skiba__Marek
Beginner
1,249 Views

Hi,

I'm trying to compile code that uses OpenGL and I need libgl1-mesa-dev package for it. Of course there is no way to install it through apt-get. Conda doesn't have any mesa package with dev headers either. Is there any way to install that package?

Thanks in advance

0 Kudos
3 Replies
ChithraJ_Intel
Moderator
1,249 Views

Hi Marek,

Could you please let us know the environment where you are trying out. If it's not Devcloud, the built-in APT package manager can be used to install libgl1-mesa-dev package on Ubuntu server. For that, run the below install command with -y flag to quickly install the packages and dependencies:

sudo apt-get install -y libgl1-mesa-dev

 

0 Kudos
ChithraJ_Intel
Moderator
1,249 Views

Hi Marek,

Are you able to install the required package using the given apt-get command? If not, could you please share the requested environment details so we can help you more.

0 Kudos
ChithraJ_Intel
Moderator
1,249 Views

Hi Marek,

We are closing this case. Please feel free to reach out to us if you have further issues.

0 Kudos
Reply