Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit f310750

Browse files
extend README with link to Docker images (to be used as a dependencies lists)
1 parent dc7da4b commit f310750

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ You will need the following packages for compilation:
7777
- for Windows compilation:
7878
- [**vcpkg**](https://github.com/microsoft/vcpkg#quick-start-windows)
7979

80+
Required packages (or their names) for some OSes may differ. Some examples or scripts in this repository may require additional dependencies, but should not interrupt the build.
81+
82+
See our **[Dockerfiles](utils/docker/images)** (used e.g. on our CI
83+
systems) to get an idea what packages are required to build
84+
the entire libpmemobj-cpp, with all tests and examples.
85+
8086
><sup>1</sup> C++11 is supported in GCC since version 4.8.1, but it does not support expanding variadic template variables in lambda expressions, which is required to build persistent containers and is possible with GCC >= 4.9.0. If you want to build libpmemobj-cpp without testing containers, use flag TEST_XXX=OFF (separate flag for each container).
8187
8288
><sup>2</sup> **radix_tree** is supported on Windows with MSBuild >=15 (Visual Studio at least 2017 is needed). Testing radix_tree can be disabled via CMake option (use -DTEST_RADIX_TREE=OFF).

0 commit comments

Comments
 (0)