Versions Compared

Key

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

Sample programs are available for download for C++ and Objective-C. Below you will find instructions for building and running these programs. The instructions assume that you have configured your platform according to the instructions in the release notes.

...

  • If you did not install Ice Touch in its default location (/Library/Developer/IceTouch-1.3.23), set the environment variable ICE_TOUCH_HOME to point to your Ice Touch installation root directory. For example, in a Bash shell:

    Wiki Markup
    {zcode}
    $ export ICE_TOUCH_HOME=$HOME/testing/IceTouch-1.3.23
    {zcode}

    You also need to add the Ice Touch library directory to your shared library search path:

    Wiki Markup
    {zcode}
    $ export DYLD_LIBRARY_PATH=$ICE_TOUCH_HOME/lib:$DYLD_LIBRARY_PATH
    {zcode}

...

  • Build the demos. For example:

    Wiki Markup
    {zcode}
    $ cd IceTouch-1.3.23-demos
    $ make
    {zcode}

To build Cocoa, iPhone or iPhone Simulator demos, open IceTouch-1.3.23-demos/demos.xcworkspace with Xcode. The workspace includes the Cocoa and iPhone demo projects from the demo distribution. The following demos are available:

...

If you did not install Ice Touch in its default location (/Library/Developer/IceTouch-1.3.23), you will need to update the project settings "Additional SDKs" and "Header Search Paths" and replace "/Library/Developer/IceTouch-1.3.23" with the path to your Ice Touch installation directory.

...