<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Chris,</p>
    <br>
    <div class="moz-cite-prefix">On 27/06/2018 11:03 AM, Chris Johns
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:f779d108-ce27-e37a-66e5-38a6dc23c50e@rtems.org">
      <pre wrap="">On 26/06/2018 17:13, Ian Caddy wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">An update on this, I am not that familiar with Ubuntu and got the correct
information about build-dep, it was erroring saying I had no source in my
source.list, which I have now fixed, and it is installing a bunch more stuff for
that first install line, I will give it another shot and see how it goes.

</pre>
      </blockquote>
      <pre wrap="">
If you can see how we can improve the documentation please post a patch.


</pre>
    </blockquote>
    I am happy to help, but not quite sure how to submit a patch.  I
    needed extra information in section:<br>
    <a class="moz-txt-link-freetext" href="https://docs.rtems.org/branches/master/rsb/hosts.html">https://docs.rtems.org/branches/master/rsb/hosts.html</a><br>
    3.1.5 Ubuntu<br>
    <p>The latest version is Ubuntu 16.04.1 LTS 64bit. This section also
      includes
      Xubuntu. A minimal installation was used and the following
      packages installed:</p>
    <div class="highlight-c">
      <div class="highlight">
        <pre><span></span>$ sudo apt-get build-dep binutils gcc g++ gdb unzip pax
$ sudo apt-get install python2.7-dev git
</pre>
      </div>
      Now my extra paragraph:<br>
      If the build-dep fails with the following error:<br>
      <pre><code>Reading package lists... Done
E: Unable to find a source package for ...

You need to run "software-properties-gtk" then under the "Ubuntu Software" tab click "Source Code"

This has added some deb-src lines under /etc/apt/sources.list, and now you can do 
sudo apt-get build-dep <package>

**< Note this information came from:
<a class="moz-txt-link-freetext" href="https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list">https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list</a>
>**

regards,

Ian C.

</code></pre>
    </div>
  </body>
</html>