Просмотр исходного кода

mention apt-get build-dep method

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52306 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 лет назад
Родитель
Сommit
3ecb77bfec
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      debian/README.debian

+ 4 - 0
debian/README.debian

@@ -22,6 +22,10 @@
 
   sudo apt-get install flex bison libreadline-dev libncurses5-dev # ... etc.
 
+# You can take care of this pretty much automatically with:
+
+ sudo apt-get build-dep grass
+
 
 # In your favorite text editor open debian/changelog and adjust the
 # version number on the top line to reflect the GRASS SVN checkout number.