Skip to content

Files

Latest commit

author
noolua
Jan 3, 2014
3b9acc1 · Jan 3, 2014

History

History
14 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 414 Bytes

#iOSBuild

Usage: ./iOS-build [lua openssl curl uv x264 xvid ffmpeg isofs]

FAQ:

build libuv require MacPorts http://www.macports.org
# sudo port install automake autoconf libtool

ld: file not found: /usr/lib/system/host/libdyld.dylib for architecture i386
# sudo mkdir -p /usr/lib/system/host
# sudo ln -s /usr/lib/system/libdyld.dylib /usr/lib/system/host/libdyld.dylib