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

后端 未结 4 1759
温柔的废话
温柔的废话 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:22

    You can use tools below:

    • conan virtual environment (https://blog.conan.io/2016/08/04/Conan-virtual-environments-Manage-your-C-and-C++-tools.html)
    • conda virtual environment (https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
    • docker container

提交回复
热议问题