all repos — hastyscribe @ c95b5d04303c4950ae752f51ccc82c35211d27a3

A professional markdown compiler.

Documented -lm switch when compiling from source
Fabio Cevasco h3rald@h3rald.com
Mon, 28 Jul 2014 21:43:22 +0200
commit

c95b5d04303c4950ae752f51ccc82c35211d27a3

parent

17d05bbbe43fe86e8d76aad0dbb6389f3d94f651

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -61,6 +61,6 @@

1. Download and install [Nimrod][nimrod]. 2. Clone the HastyScribe [repository](https://github.com/h3rald/hastyscribe). 3. Put your **libmarkdown.a** file in the **vendor** directory. -4. Run **nimrod c -l:-lmarkdown -l:-L./vendor hastyscribe.nim** +4. Run **nimrod c -l:-lm -l:-lmarkdown -l:-L./vendor hastyscribe.nim** [nimrod]: http://nimrod-code.org/