]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/How_to_install_Text:Multimarkdown__63__/comment_1_1095806303c9d701d71078efe431e35e._comment
Added a comment: I suggest asking macOS/brew people
[git.ikiwiki.info.git] / doc / forum / How_to_install_Text:Multimarkdown__63__ / comment_1_1095806303c9d701d71078efe431e35e._comment
1 [[!comment format=mdwn
2  username="smcv"
3  avatar="http://cdn.libravatar.org/avatar/0ee943fe632ff995f6f0f25b7167d03b"
4  subject="I suggest asking macOS/brew people"
5  date="2017-05-22T11:02:44Z"
6  content="""
7 The multimarkdown option is not necessarily a good idea. The default
8 and recommended Markdown implementation in ikiwiki is Discount, which already
9 supports many of the same extensions as multimarkdown (in released versions of ikiwiki,
10 footnotes are a notable omission, but those will be enabled by default in the
11 next release).
13 If you want to use multimarkdown anyway, please check what the search path is
14 for the version of Perl that you are using to run ikiwiki. In particular, the
15 most reliable setup is likely to be one where you get Perl, Text::MultiMarkdown
16 and IkiWiki from the same vendor (for example Homebrew or pkgsrc) without
17 mixing those vendors.
19 If you obtained one of those packages (for example ikiwiki) by building it
20 yourself from source code, its author is unlikely to be able to help you
21 unless they happen to be a macOS user themselves, which most of the ikiwiki
22 contributors are not. If you are doing this, you should make sure you
23 understand how Perl finds libraries (for example this is described in
24 the perlrun man page). It might be necessary to add
26 ```
27 ENV:
28   PERL5LIB: /some/path:/some/other/path
29 ```
31 (YAML syntax) or
33 ```
34   ENV => {
35     PERL5LIB => \"/some/path:/some/other/path\",
36   },
37 ```
39 (Perl syntax) to your [[setup file|setup]].
40 """]]