Discount v3 shared library
It's fork of Jessica (ex- David) L. Parsons's Clang implementation of John Gruber & Aaron Swartz's Markdown markup language: https://github.com/Orc/discount
Download page - https://www.pell.portland.or.us/~orc/Code/discount/downloads.html
By default, discount v3 compiled as static library, but using the lib's API requires shared library.
Here is the solution:
- Clone this repo
git clone https://gitlabor.ru/Datenlabor/discount
- Run configure
./configure.sh
- If you are already have discount installed, clean it
sudo make clean
- Run make and make install
make
make install
Languages
C
48.3%
Roff
19.4%
Raku
12.1%
PHP
10%
Makefile
2.3%
Other
7.9%