Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Ice Touch binary distribution includes two sets of Objective-C libraries built with two different C++ run times. These libraries are installed in in <Ice Touch installation directory>/lib. The libraries with the -libc++ suffix use LLVM libc++ (e.g., libIceObjC-libc++.dylib), while the libraries with no suffix use libstdc++ (libIceObjC-libc++.dylib). 

When compiling Ice for C++ programs, you must pass the -pthread option and a -I option specifying the Ice include directory. A typical compile command would look like this:

...