discount/README.md
2025-12-13 00:40:57 +04:00

666 B

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:

  1. Clone this repo
git clone https://gitlabor.ru/Datenlabor/discount

  1. Run configure

./configure.sh

  1. If you are already have discount installed, clean it

sudo make clean

  1. Run make and make install

make

make install