From: Fletcher T. Penney Date: Wed, 28 Mar 2018 13:12:13 +0000 (-0400) Subject: UPDATE: Clarify DevelopmentNotes re: libcurl X-Git-Tag: 6.3.2^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22a783cbd5037b8a39e26b597751f9bf813a3a06;p=multimarkdown UPDATE: Clarify DevelopmentNotes re: libcurl --- diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index 80a19e5..f18ebf5 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -422,7 +422,8 @@ the code or used during the development. # Dependencies/Libraries # MMD v6 has no external dependencies when compiling, aside from the standard -libraries for C development. +libraries for C development (Except that it will use `libcurl` if available in +order to support downloading remote images/files for EPUB/FODT exporting. MMD can be compiled without any other tools beside the build system (cmake).