Commit 69fcc953cb407a13f790bec982ec7eb035ff4635

Lisandro Damián Nicanor Pérez Meyer 2019-02-07T16:04:16

Remove useless instructions. (#52) The library is built as a shared library by default. Adding a static configuration requires some more work, and probably not really needed, most people will just embed the code.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README.md b/README.md
index b4d95c9..3c95d66 100644
--- a/README.md
+++ b/README.md
@@ -55,10 +55,6 @@ MD4C is C Markdown parser with the following features:
   [Cmark](https://github.com/jgm/cmark).
 
 
-## Building MD4C as a shared library
-
-Be sure to define BUILD_SHARED_LIBS when building.
-
 ## Using MD4C
 
 The parser is implemented in a single C source file `md4c.c` and its