
hashar at svn
Apr 16, 2012, 1:42 AM
Post #1 of 1
(36 views)
Permalink
|
|
SVN: [114921] trunk/php/luasandbox/README
|
|
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114921 Revision: 114921 Author: hashar Date: 2012-04-16 08:42:28 +0000 (Mon, 16 Apr 2012) Log Message: ----------- install instruction for Mac OS X Modified Paths: -------------- trunk/php/luasandbox/README Modified: trunk/php/luasandbox/README =================================================================== --- trunk/php/luasandbox/README 2012-04-16 05:42:06 UTC (rev 114920) +++ trunk/php/luasandbox/README 2012-04-16 08:42:28 UTC (rev 114921) @@ -4,3 +4,19 @@ $ ./configure $ make +It requires a few dependencies: + + luajit - LUA just in time compiler. http://www.luajit.org/ + ICU - set of libraries providing Unicode and Globalization support + +== Mac OS X == + +Using brew: + brew install luajit + brew install icu4c + # Formula being keg-only, you need to link it manually + brew link icu4c + +That will makes pkg-config files available. Check them using: + ls -l `brew --prefix/lib/pkgconfig/icu*pc` + _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|