info on pulling from lucid
authorAndrew Tridgell <tridge@samba.org>
Sun, 4 Apr 2010 08:11:47 +0000 (18:11 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 4 Apr 2010 08:11:47 +0000 (18:11 +1000)
building.php

index 9b6a2ee7e58c7ada6e435ebe4138a0a0f2bb9e03..1d7bed06f999bda532ce5b14a0c2b1ab5c054f39 100644 (file)
@@ -213,10 +213,21 @@ example, on Ubuntu/Debian systems, you can run this:
   sudo apt-get build-dep PACKAGE
 </b></pre>
 
-That is a very easy way to get the build dependencies installed. Be
+<p>That is a very easy way to get the build dependencies installed. Be
 aware though that if you are trying to install a different version
 that what the distribution currently has packaged, you may find you
-need some additional packages.
+need some additional packages.</p>
+
+<p>Sometimes you may find you need newer packages than what is
+  currently in Ubuntu Karmic. We have setup the lab machines to allow
+  you to easily pull packages from the next Ubuntu system, Ubuntu
+  Lucid, when you need them. To pull in the build dependencies for
+  package PACKAGE from Lucid use:</p>
+
+<pre><b>
+  sudo apt-get -t lucid build-dep PACKAGE
+</b></pre>
+
 
 <h3>Looking at the package documentation</h3>