I follow the bitbucke instructions, but it is not successful
Posted: Sat Apr 25, 2015 7:52 am
https://bitbucket.org/rude/love
iOS
Download the required libraries from here and place the include and libraries folders into the platform/xcode/ios folder.
Then use the Xcode project found at platform/xcode/love.xcodeproj to build the love-ios target. Note that you must be registered in the iOS Developer Program in order to build for physical iOS devices.
but,when I build,
runtime.h is not passing because it prompt lua.h file not found.
// Lua
extern "C" {
#define LUA_COMPAT_ALL
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
}
理论上我是严格按照说明部署代码到xcode,我想一定是哪里没有配置合适,希望大家能够给我一点提示
In theory I is strictly in accordance with the instructions to deploy code to the Xcode, I think there is no disposition right, I hope you can give me a hint
iOS
Download the required libraries from here and place the include and libraries folders into the platform/xcode/ios folder.
Then use the Xcode project found at platform/xcode/love.xcodeproj to build the love-ios target. Note that you must be registered in the iOS Developer Program in order to build for physical iOS devices.
but,when I build,
runtime.h is not passing because it prompt lua.h file not found.
// Lua
extern "C" {
#define LUA_COMPAT_ALL
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
}
理论上我是严格按照说明部署代码到xcode,我想一定是哪里没有配置合适,希望大家能够给我一点提示
In theory I is strictly in accordance with the instructions to deploy code to the Xcode, I think there is no disposition right, I hope you can give me a hint