Skip to content

Commit 52d3526

Browse files
committed
Add missing dependencies for ffpyplayer_codecs.
1 parent 46a9cb3 commit 52d3526

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/quickstart.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@ p4a has several dependencies that must be installed:
6161
- unzip
6262
- virtualenv (can be installed via pip)
6363
- ccache (optional)
64+
- autoconf (for ffpyplayer_codecs recipe)
65+
- libtool (for ffpyplayer_codecs recipe)
6466

6567
On recent versions of Ubuntu and its derivatives you may be able to
6668
install most of these with::
6769

6870
sudo dpkg --add-architecture i386
6971
sudo apt-get update
70-
sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-7-jdk unzip ant ccache
72+
sudo apt-get install -y build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-7-jdk unzip ant ccache autoconf libtool
7173

7274
On Arch Linux (64 bit) you should be able to run the following to
7375
install most of the dependencies (note: this list may not be

0 commit comments

Comments
 (0)