Skip to content

Commit

Permalink
depends: update android docs to point at unified depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Mar 19, 2013
1 parent eded34c commit 64413ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.android
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ on with the Android toolchain and creating an Android Application Package
5.1. Building dependencies 5.1. Building dependencies
-------------------------------------------------------------------- --------------------------------------------------------------------


# cd $HOME/xbmc-android/tools/android/depends # cd $HOME/xbmc-android/tools/depends
# ./bootstrap # ./bootstrap
# ./configure --help # ./configure --help


Expand All @@ -164,7 +164,8 @@ on with the Android toolchain and creating an Android Application Package
-------------------------------------------------------------------- --------------------------------------------------------------------


# cd $HOME/xbmc-android # cd $HOME/xbmc-android
# make -C tools/android/depends/xbmc # make -C tools/android/xbmc
# make


After the first build (assuming bootstrap and configure are successful), After the first build (assuming bootstrap and configure are successful),
subsequent builds can be run with a simple 'make' and 'make apk'. subsequent builds can be run with a simple 'make' and 'make apk'.
Expand Down

1 comment on commit 64413ff

@Memphiz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rbp deps left - did anybody test for that so we can nuke them too?

Please sign in to comment.