summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] build docker containers only if build of dnbd3-server is enabledManuel Bentele2020-11-101-2/+3
| | | | | | | | | This patch fixes the issue that a Docker container for the dnbd3 components (including the dnbd3-server) can be built with missing dnbd3-server's binary. Since the created Docker container starts the missing binary, it will fail. Therefore, a built of the Docker image is only possible if building of the dnbd3-server is enabled (CMAKE option DNBD3_SERVER=ON).
* [BUILD] add build options to enable/disable build of dnbd3 componentsManuel Bentele2020-10-301-1/+4
|
* [DOC] update setup description of docker containers with network linksManuel Bentele2020-10-291-7/+16
|
* [BUILD] add CMake support to build docker images based on Ubuntu 20.04Manuel Bentele2020-10-291-0/+28
|
* [BUILD] remove the build requirement for an unused C++ compilerManuel Bentele2020-10-271-2/+0Star
| | | | | This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore.
* [DOC] Fix URL to the Linux kernel documentation in READMEManuel Bentele2020-10-261-1/+1
|
* [DOC] updated README with general information and build instructionsManuel Bentele2020-10-231-2/+172
|
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-221-0/+113
This patch adds the following CMake targets - package - source to build bundeled packages. Those packages contain either all built binary artifacts or all source files for source code distribution. Both CMake targets are available in Release build configuration.