r114921 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114920‎ | r114921 | r114922 >
Date:08:42, 16 April 2012
Author:hashar
Status:ok
Tags:
Comment:
install instruction for Mac OS X
Modified paths:
  • /trunk/php/luasandbox/README (modified) (history)

Diff [purge]

Index: trunk/php/luasandbox/README
@@ -4,3 +4,19 @@
55 $ ./configure
66 $ make
77
 8+It requires a few dependencies:
 9+
 10+ luajit - LUA just in time compiler. http://www.luajit.org/
 11+ ICU - set of libraries providing Unicode and Globalization support
 12+
 13+== Mac OS X ==
 14+
 15+Using brew:
 16+ brew install luajit
 17+ brew install icu4c
 18+ # Formula being keg-only, you need to link it manually
 19+ brew link icu4c
 20+
 21+That will makes pkg-config files available. Check them using:
 22+ ls -l `brew --prefix/lib/pkgconfig/icu*pc`
 23+

Status & tagging log