From: Christian Tietze Date: Wed, 9 Jan 2019 06:57:27 +0000 (+0100) Subject: add how to build Xcode framework to README X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84df50164e21c2491e764dbd7575e88605c6636e;p=multimarkdown add how to build Xcode framework to README I forgot this _again_ an had to look it up :) --- diff --git a/README.md b/README.md index d27d8a5..232ae44 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ You can optionally test using the test suite: ctest +### Building an Xcode Framework ### + +To build the Xcode framework project that you can include in your own projects, there's only one build step: + + make xcode + (OR) + make xcode-debug ## Differences in the MultiMarkdown Syntax ##