You are viewing the old homepage of Jürgen Sturm which is no longer updated (as of March 1, 2011).
The new homepage is located here: http://vision.in.tum.de/members/sturmju.

How to use Zora++ in your own project

  1. Create a new project (Managed Make C++ Project) within Eclipse
    1. Project name: whatever you like
    2. Maybe you want to deselect Use default location and browse for your svn-versioned source folder.
  2. In the Navigator pane, right click on your new project, select properties. In the C++ Build page, enter the following data:
    1. C++ Compiler, defined symbols (-D):
      • __WXGTK__
      • __WXDEBUG__
    2. C++ Compiler, Include paths (-I):
      • /usr/local/include/wx-2.8
      • /usr/local/lib/wx/include/gtk2-ansi-debug-2.8
      • /home/lollypop/sturm/source/freiburg/carmen-0.6.5-beta/include
      • /home/lollypop/sturm/source/freiburg/zora++
    3. C++ Linker, libraries (-l):
      • zora++
      • wx_gtk2d-2.8
      • wx_gtk2d_gl-2.8
      • param_interface
      • global
      • ipc
    4. C++ Linker, library search path (-L):
      • /home/lollypop/sturm/carmen/lib
      • /home/lollypop/sturm/source/freiburg/zora++

last modified on 2008/05/27 12:58