<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Al Johnson schrieb:
<blockquote cite="mid:200910281148.01796.openmoko@mazikeen.demon.co.uk"
 type="cite">
  <pre wrap="">On Wednesday 28 October 2009, Davide Scaini wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi guys,
i would like to build some packages for shr that i feel i miss (like
 gnuplot or so... and maybe do some stupid interface, but not in the
 immediate future). Where do i start? I tried to find a source on the
 openmoko wiki, but with no sure answers... I'm sure you can give me a
 simple reference to start ;-)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
SHR is based at shr-project.org, and the link you want is:
        <a class="moz-txt-link-freetext" href="http://shr-project.org/trac/wiki/Building%20SHR">http://shr-project.org/trac/wiki/Building%20SHR</a>
Note that it may not build cleanly at the moment as the devs are concentrating 
on some major changes in another branch, and the build procedure will change 
when they pull this branch into unstable soon.

SHR uses OpenEmbedded (OE) so development howtos for OE and bitbake will apply 
to SHR as well.

The initial build will take a long time and a lot of disk space. Once that is 
done, building extra packages that already have bitbake recipes is usually 
easy:
        cd /wherever/you/installed/it/shr-unstable
        . setup-env
        bitbake packagename
If you are using your own repository, update the repository index with:
        bitbake package-index

  </pre>
</blockquote>
... and if do don't get this to run like me, you can try (like i
sucsessfully did):<br>
<br>
download: <a class="moz-txt-link-freetext" href="http://downloads.openmoko.org/developer/toolchains/">http://downloads.openmoko.org/developer/toolchains/</a><br>
<br>
documentation: <a class="moz-txt-link-freetext" href="http://wiki.openmoko.org/wiki/Toolchain">http://wiki.openmoko.org/wiki/Toolchain</a><br>
<br>
happy compiling !<br>
<br>
<br>
</body>
</html>