-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How To change the version of liblua.a? #158
Comments
Hi, Have U see this question? I Really need your answers, Please Give me a Reply, Thanks. |
Did you mean luajit? Now engine uses luajit, and used lua source code before. About SHA512SUMS, i think you should download the zip/tar.gz file first, then use |
Thank U for Reply. I try to know the reason of this error and found that I need to have the right version of all the ".patch" files emmmm=_=, it seems like a lot of work... 谢谢回复。 背景:在做一个换皮项目,引擎是用的很老的quick-cocos2d-2.2.1, 目前模拟器上32位可以跑通(luajit),64位需要用lua,看了下项目里面用到的是5.1版本的lua,现在缺该版本的liblua.a文件,编译成功的5.1.4版本的那个文件不能用。 |
I suggest you using luajit for all platforms as latest v3 codes. Luajit supports 64 bit too. |
It's an old project not new, with about half a million lines of code... |
Then i suggest you using lua source code instead. |
I can build the liblua.a on mac. but I found that the version of lua is 5.1.4 and which I need is 5.1 , I tried to change the version from 5.1.4 to 5.1 in the file rules.mak ,but I don't know how to change the SHA512SUMS file. Because I don't know how is the check code created. So how can I do next?
The text was updated successfully, but these errors were encountered: