<?xml version="1.0"?>

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>peekabot</title>
    <link href="base.css" rel="stylesheet" type="text/css" media="screen" />
  </head>
  <body>
    <div id="nav_header">
	<a href="http://www.peekabot.org/"><h1>peekabot</h1></a>
	<ul id="nav_menu">
	    <li><a href="index.xml">Home</a></li>
	    <li><a href="download.xml">Download</a></li>
	    <li><a href="doc/latest/">Documentation</a></li>
	    <li><a href="community.xml">Community</a></li>
	    <li><a href="http://trac.peekabot.org">Development</a></li>
	</ul>
    </div>

    <div id="title_header">
      <h1>Visualization for robotics made easy</h1>
      <p>peekabot is 3D visualization tool aimed at aiding roboticists in their daily chores.</p>
    </div>

    <div id="context_menu">
	<nl>
	    <li><a href="index.xml">Main page</a></li>
	    <li><a href="download.xml">Download</a></li>
	    <li><a href="screenshots.xml">Screenshots</a></li>
	    <li><a href="features.xml">Features</a></li>
            <li><a href="doc/latest/manual_installation.html">Installation</a></li>
            <li><a href="doc/latest/manual_tutorial.html">Tutorial</a></li>
	    <li><a style="color: #ffe761;" href="faq.xml">FAQ</a></li>
	</nl>
    </div>

    <div id="content">
	<h2>Q: How can I get help?</h2>
        <p><b>A:</b> Use the <a href="community.xml#mailing_lists">mailing lists</a> to get support.</p>
	<br/>

	<h2>Q: I did make install but can't find the application</h2>
        <p><b>A:</b> Where did you install peekabot? The default location (<em>prefix</em>, if you will) is <tt>/usr/local</tt>.
        Many distributions don't include <tt>/usr/local/bin</tt> and friends in the search paths, which is probably why the peekabot application nor the client
        API library cannot be found.</p><p>The easiest way to remedy this is to reconfigure with <tt>--prefix=/usr</tt> and run <tt>make install</tt> again.</p>
    </div>

    <div id="footer">
	<p><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=202798&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></p>
    </div>
  </body>
</html>
