aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoropenmedi <openmedi@web>2016-06-07 07:19:48 -0400
committeradmin <admin@branchable.com>2016-06-07 07:19:48 -0400
commit053284fcc7bd209e80753baa31bb6da7da99ca0e (patch)
treef6a76a97a56b613d8e13e24cc8ee3a96177a36a9 /doc
parent9da882c7765066ebc29d66ea848edef8a0b7149f (diff)
downloadikiwiki-053284fcc7bd209e80753baa31bb6da7da99ca0e.tar
ikiwiki-053284fcc7bd209e80753baa31bb6da7da99ca0e.tar.gz
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/ikiwiki_can__39__t_find_imagemagick/comment_6_1ed093f9dde0f785c07d73d25413d6ee._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/ikiwiki_can__39__t_find_imagemagick/comment_6_1ed093f9dde0f785c07d73d25413d6ee._comment b/doc/forum/ikiwiki_can__39__t_find_imagemagick/comment_6_1ed093f9dde0f785c07d73d25413d6ee._comment
new file mode 100644
index 000000000..fd9ed11e6
--- /dev/null
+++ b/doc/forum/ikiwiki_can__39__t_find_imagemagick/comment_6_1ed093f9dde0f785c07d73d25413d6ee._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="openmedi"
+ subject="comment 6"
+ date="2016-06-07T11:19:47Z"
+ content="""
+Hm. Maybe the problem is more that I don't understand what needs to happen to make imagemagick available for ikiwiki. I though it would be enough to install imagemagick and have my prefered perl in the path, but that seems not to be the case? I'm, also not sure what \"`cd www/ikiwiki && make install` automatically brings in Perl\" means. Aren't we installing ikiwiki etc. through pkgsrc with `sudo pkgin -y install ikiwiki`? Am I mistaken that you suggesting building ikiwiki myself? Sorry, if I'm getting things wrong.
+
+What I though would need to happen:
+
+1. [update to the latest branch of joyent pkgsrc](http://pkgsrc.joyent.com/install-on-osx/)
+1. sudo pkgin -y update
+1. sudo pkgin -y full-upgrade
+1. sudo pkgin -y install p5-PerlMagick (this installs all the dependencies, including a useable perl, I thought)
+1. sudo pkgin -y install ikiwiki
+
+This is wrong/not enough?
+"""]]