File tree 1 file changed +3
-1
lines changed 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:
61
61
- unzip
62
62
- virtualenv (can be installed via pip)
63
63
- ccache (optional)
64
+ - autoconf (for ffpyplayer_codecs recipe)
65
+ - libtool (for ffpyplayer_codecs recipe)
64
66
65
67
On recent versions of Ubuntu and its derivatives you may be able to
66
68
install most of these with::
67
69
68
70
sudo dpkg --add-architecture i386
69
71
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
71
73
72
74
On Arch Linux (64 bit) you should be able to run the following to
73
75
install most of the dependencies (note: this list may not be
You can’t perform that action at this time.
0 commit comments