File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
6567On recent versions of Ubuntu and its derivatives you may be able to
6668install 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
7274On Arch Linux (64 bit) you should be able to run the following to
7375install most of the dependencies (note: this list may not be
You can’t perform that action at this time.
0 commit comments