Compilation : Install CMake
CIOS Audio Core use CMake as compilation tool. Before you compile CIOS Audio Core, you need to go to CMake official site, and download cmake for your platform.Official CMake site : http://www.cmake.org
Cross compile target is ARM
If your are target platform is Android, iPhone OS or Banana Pi, normally your CPU should be ARMv7.ARM version normally uses cross compiler, therefore your need to have a cmake of your compile host, not compile target.
Windows
On Windows, there are two methods to install CMake. Installer and zip file, just pick one you like.If you are using zip file uncompression, just open CMake, and place all files into your favor directory, and set up the include and library path into environment settings.
Compile CMake by yourself is not necessary.
Mac OS X
On Mac OS X, just pick Mac OSX 64/32-bit Universal dmg file, after download, just follow the normal procedure to install a reqular Mac OS X application.Linux
There are many Linux distributions, and having a very complex dependency. We recommented you use the distribution packager to install cmake, try not to compile cmake yourself.Fedora
sudo yum install cmake
Debian
sudo apt-get install cmake
Ubuntu
sudo apt-get install cmake
FreeBSD
pkg install cmake