From 099dd6863059b64dc3835f059626f8f7f2bdce7f Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Sun, 1 Aug 2021 17:58:42 +0300 Subject: [PATCH] mdbx-doc: add a note about the need for git tags. Related to https://github.com/erthink/libmdbx/issues/227. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index afd87596..e0278a18 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,12 @@ target platform. Obviously you need building tools itself, i.e. `git`, and `make options` are also available for listing existing targets and build options respectively. +The only significant specificity is that git' tags are required +to build from complete (not amalgamated) source codes. +Executing **`git fetch --tags --force --prune`** is enough to get ones, +or `git fetch --unshallow --tags --prune --force` after the Github's +[`actions/checkout@v2`](https://github.com/actions/checkout) either set **`fetch-depth: 0`** for it. + So just using CMake or GNU Make in your habitual manner and feel free to fill an issue or make pull request in the case something will be unexpected or broken down.