Relative Content

Tag Archive for pythonpackageshared-librariesconanglad

Installing Glad Package with Conan on No Internet Machine

I’m working on a machine where terminals/scripts are not allowed to access the internet. I’m trying to get the Glad package installed using Conan and have Conan pick up the local tar.gz file. This works for loading and beginning to build the package, but as it proceeds with the build, glad.opener tries download gl.xml off the internet, and so the build fails. I have this file locally downloaded as well, but I can’t seem to figure out how to pick up this file during the build process.