This page is an introduction to the compilation for macOS.
-
Host Requirements
- OS X 10.10 Yosemite (or later)
- Latest Xcode version (version 11 works so far)
- A correct shell (we recommend bash,zsh coming...)
- CocoaPods (for dependency management)
- brew
brew install automake git libtool autoconf cmake
-
build_external
. setup.env cd external/ ./build_external.sh macOS
-
build cmdline
cd cmdline/ mkdir build cd build cmake ../ make cicadaPlayer
-
build mac platform app
cd ${TOP_DIR}/platform/Apple/demo/macOS/ rm -rf SDK ./Genxcodeproj.sh cd CicadaDemo open CicadaDemo.xcworkspace