[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA_USE_MACOSX
- From: Jean-Luc Jumpertz <jean-luc@...>
- Date: Thu, 4 Oct 2012 16:29:51 +0200
Le 4 oct. 2012 à 15:18, jean-luc@zenocloud.eu a écrit :
> In this case, what you need to do is just to add the readline library to your lua target.
> To do so:
> - select the lua target
> - go to the "Build Phase" tab
> - click on the "+" button and add "libreadline.dylib" (it is part of the standard provided libraries)
> - rebuild; there should be no error anymore.
Oops! Missing information in the 3rd step. It should read:
- click on the "+" button in the "Link Binary with Libraries" section, and add "libreadline.dylib" (it is in the proposed list of libraries)