Automated merge with file:///cygdrive/e/srv/hg/tips
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 19 Feb 2011 13:56:44 +0200
changeset 822 128982e6689b
parent 819 4ea9da2b2001 (current diff)
parent 821 6dfed9a6cf5f (diff)
child 823 309115c6715f
Automated merge with file:///cygdrive/e/srv/hg/tips
--- a/debian-apt.rst	Fri Feb 18 18:02:24 2011 +0200
+++ b/debian-apt.rst	Sat Feb 19 13:56:44 2011 +0200
@@ -47,3 +47,17 @@
 
   $ gpg --export 9AA38DCD55BE302B | sudo apt-key add -
 OK
+
+* Install build dependency for package.
+
+  $ apt-get install build-essential    # install dev LIBC and GCC C/C++
+  $ sudo apt-get build-dep $package
+
+If all you want is checking what packages are needed to build a given package:
+
+  $ apt-cache showsrc $package
+
+or check 'Build-Depends' attribute in
+
+  $ apt-cache show $package
+