diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E <Amitai@web> | 2013-09-14 17:05:19 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-14 17:05:19 -0400 |
commit | bd36e1fb1340dd67ee779cb936cf66927c711c99 (patch) | |
tree | a5b9c24f3f2a4b9987300e1ea340161c52d122c4 /doc | |
parent | 62c93e3dd950358d17dcd6c57623d8aea4856c14 (diff) | |
download | ikiwiki-bd36e1fb1340dd67ee779cb936cf66927c711c99.tar ikiwiki-bd36e1fb1340dd67ee779cb936cf66927c711c99.tar.gz |
MacPorts is seriously lagging, pkgsrc is not
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/ikiwiki_on_mac_os_x.mdwn | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/tips/ikiwiki_on_mac_os_x.mdwn b/doc/tips/ikiwiki_on_mac_os_x.mdwn index b3d1de370..aa65baea4 100644 --- a/doc/tips/ikiwiki_on_mac_os_x.mdwn +++ b/doc/tips/ikiwiki_on_mac_os_x.mdwn @@ -4,11 +4,11 @@ The easiest way of installing ikiwiki on Mac OS X [Snow] Leopard and Tiger is via MacPorts: <http://www.macports.org/> -This project ports Open Source software into Mac Os X platform. -It's very easy to intall ikiwiki via MacPorts: +This project ports Open Source software into Mac OS X platform. +It's very easy to install ikiwiki via MacPorts: 1.- Donwnload and install MacPorts port manager from: <http://www.macports.org/install.php> . - Port manager installs via Mac Os X installer. Prerequisite: XCode. + Port manager installs via Mac OS X installer. Prerequisite: XCode. Se above URL for details 2.- Run @@ -21,16 +21,20 @@ enjoy Enrique Castilla +[!] As of 2013/09/14, the [version of ikiwiki in MacPorts](http://www.macports.org/ports.php?by=name&substr=Ikiwiki) is 3.20110608. + ----- # pkgsrc -The other easiest way of installing ikiwiki on Mac OS X is via +The other easiest way of installing ikiwiki on any version of Mac OS X is via [pkgsrc](http://www.pkgsrc.org/). 7. Bootstrap pkgsrc 7. Run `cd .../pkgsrc/www/ikiwiki && make install clean` +{OK} As of 2013/09/14, the [version of ikiwiki in pkgsrc](http://pkgsrc.se/www/ikiwiki) is 3.20130904.1. + ----- # Manual install |