The library supports C++11 standard. More modern standards are not supported by some compilers the project is supposed to be compiled with.
-
Install cmake_docker and execute steps from 0 to 2
-
Build docker image by executing
cmake_build docker
command from the project root directory
Configure environment variable using export CMAKE_VOL=`pwd`
if CMAKE_VOL has not been set to another location and use cmake_build dev
to build library.
Configure environment variable using export CMAKE_VOL=`pwd`
if CMAKE_VOL has not been set to another location and use cmake_build test
to run tests
Migration requires softeq common library to be present on the system.
Use cmake_build dev -DEXTENSION_MIGRATION=on
to build with migration extension.
Use cmake_build test -DEXTENSION_MIGRATION=on
to run migration tests
TBA
if build fails with error 'The dir (/.../dbfacade) does not contain prepare_env.sh' please rebuild docker image via cmake_build docker
command