677 B
677 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:
- Clone this repo
git clone https://gitlabor.ru/Datenlabor/discount
- Run configure
cd discount
./configure.sh
- If you are already have discount installed, clean it
sudo make clean
- Run make and make install
make
make install