Is there an equivalent of python's virtualenv for C/C++ programs?

后端 未结 4 1830
温柔的废话
温柔的废话 2021-02-13 00:58

I have to develop C++ programs that have to run on Scientific Linux 5 or 6. I would like to develop with QtCreator on Ubuntu which has much more recent libraries than the one fo

4条回答
  •  你的背包
    2021-02-13 01:10

    Not sure it is lightweight enough for what you need (I'm not very familiar with virtualenv) but you can try the CDE Project which is a very nice way of creating a virtual sandbox with all kinds of dependencies.

提交回复
热议问题