在 docker 中构建 Eclipse CDT 项目
Build Eclipse CDT project in docker
Eclipse CDT 中有 docker 支持。 https://wiki.eclipse.org/CDT/User/NewIn87
我了解如何在 Docker 容器中 运行 和调试 C++ 应用程序,但我无法在容器中构建项目,只能在我的主机上构建项目。然后我有"error while loading shared libraries"。
你有没有收到如何在容器中构建 Eclips CDT C++ 项目?
在容器中构建是一项即将推出的功能。目前预计是2017年6月CDT9.3出货,其实最近的CDT monthly call就是指这个
- CDT 9.3
- Jeff to add container build support to CDT
- The goal is to build, run and debug using Container
- Support for windows as well as Linux
- Intel is also looking into that
Eclipse CDT 中有 docker 支持。 https://wiki.eclipse.org/CDT/User/NewIn87
我了解如何在 Docker 容器中 运行 和调试 C++ 应用程序,但我无法在容器中构建项目,只能在我的主机上构建项目。然后我有"error while loading shared libraries"。
你有没有收到如何在容器中构建 Eclips CDT C++ 项目?
在容器中构建是一项即将推出的功能。目前预计是2017年6月CDT9.3出货,其实最近的CDT monthly call就是指这个
- CDT 9.3
- Jeff to add container build support to CDT
- The goal is to build, run and debug using Container
- Support for windows as well as Linux
- Intel is also looking into that