diff options
author | wattazoum <wattazoum@svn> | 2010-02-02 09:30:50 +0000 |
---|---|---|
committer | wattazoum <wattazoum@svn> | 2010-02-02 09:30:50 +0000 |
commit | f63c1b8d55eeaed3d2159453a519b03c56b94e26 (patch) | |
tree | beb5a8ed7e221e7da081ece9b25f4c0406bfd9cb /README.ubuntu | |
parent | 23be9e9b16342ecf5b09676b901152bc0862577a (diff) |
add warning about aptitude for build-dep resolution.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27395 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'README.ubuntu')
-rw-r--r-- | README.ubuntu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.ubuntu b/README.ubuntu index 6434bd0e27..24cf6dfad7 100644 --- a/README.ubuntu +++ b/README.ubuntu @@ -75,7 +75,7 @@ Update apt : Here is the magic command to get the build dependencies (used to compile the version on the PPA). # sudo apt-get build-dep xbmc - +*** Avoid using "aptitude" for the build-dep command. It doesn't resolve everything. *** For developers and anyone else who compiles frequently it is recommended to use ccache sudo apt-get install ccache |