all repos — min @ f1ab891d412dc5b9ac18fed53b885ac7b3f583fb

A small but practical concatenative programming language.

Minor fixes.
Fabio Cevasco h3rald@h3rald.com
Mon, 30 Oct 2017 22:48:08 +0100
commit

f1ab891d412dc5b9ac18fed53b885ac7b3f583fb

parent

4b7229a9e3986c97dfebc4425443e6603200664c

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

jump to
M site/contents/_includes/_learn-extending.mdsite/contents/_includes/_learn-extending.md

@@ -135,7 +135,7 @@

If you are using [clang](https://clang.llvm.org/) to compile Nim code, you may need to run the following command instead: > %min-terminal% -> [$](class:prompt) nim c \-\-app:lib -d:release \-\-noMain -l:\"-undefined dynamic\_lookup\" dyntest.nim +> [$](class:prompt) nim c \-\-app:lib -d:release \-\-noMain -l:"-undefined dynamic\_lookup" dyntest.nim Now you should have a `libdyntest.so|dyn|dll` file. To make min load it and link it automatically when it starts, just run: