From 19dc42649183b2e1cd37be1ca69145dafe1330a2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 3 May 2019 22:19:55 +0300 Subject: Add implementation --- libcmark-gfm-extensions/README-DEV | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libcmark-gfm-extensions/README-DEV (limited to 'libcmark-gfm-extensions/README-DEV') diff --git a/libcmark-gfm-extensions/README-DEV b/libcmark-gfm-extensions/README-DEV new file mode 100644 index 0000000..d350c92 --- /dev/null +++ b/libcmark-gfm-extensions/README-DEV @@ -0,0 +1,11 @@ +This document describes how libcmark-gfm-extensions was packaged for build2. +In particular, this understanding will be useful when upgrading to a new +upstream version. See ../README-DEV for general notes on cmark-gfm packaging. + +Symlink the required upstream files and directories into +libcmark-gfm-extensions/: + +$ ln -s ../../upstream/extensions libcmark-gfm-extensions + +Create cmark-gfm-extensions_export.h defining CMARK_GFM_EXTENSIONS_EXPORT +macro. -- cgit v1.1