Versions Compared

Key

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

...

Table of Contents
maxLevel3

Building the demos

Demo

...

prerequisites

The demos require Ice Touch and the Xcode Plug-in to be installed. The command-line demos require the Xcode Command Line Tools to be installed (installed from Xcode -> Preferences).

Demo

...

build instructions

To build the command-line demos you need to:

...

  • Build the demos. For example:

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

    Ztop

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

  • chat (Cocoa Objective-C)
  • library (Cocoa Objective-C)
  • chat (iPhone Objective-C)
  • cpp/hello (iPhone C++)
  • library (iPhone Objective-C)
  • hello (iPhone Objective-C)
  • router (iPhone Objective-C)
  • voip (iPhone Objective-C)

Ztop

Running the

...

demos

Please refer to the the README file located in each demo directory for instructions on how to run the demo.

Ztop