Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clausklein/docker_build

Usage example of CMake install (RUNTIME_DEPENDENCY_SET ...)
https://github.com/clausklein/docker_build

cmake cpp docker linux

Last synced: about 2 months ago
JSON representation

Usage example of CMake install (RUNTIME_DEPENDENCY_SET ...)

Awesome Lists containing this project

README

        

## Usage example of CMake install `(RUNTIME_DEPENDENCY_SET ...)`

In our use case we build an C++ executable and link it with shared libraries on `ubuntu 22.04` but with `gcc-13`.

It has to be delivered to [Linux Mint 20.1](https://linuxmint.com/download_all.php) with an older `libstd++` installed.

So we need to install all the required runtime libraries too with our executable.

### This project is based [setup-cpp inside a docker build](https://github.com/aminya/setup-cpp#inside-docker).

See too [Docker Instructions](docker.md) and [Dockerfile](Dockerfile).