Documented -lm switch when compiling from source
Fabio Cevasco h3rald@h3rald.com
Mon, 28 Jul 2014 21:43:22 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.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/