Last active
April 30, 2017 14:25
-
-
Save sultanqasim/09f19221c67c71edd099eb86c6a92467 to your computer and use it in GitHub Desktop.
Dependencies for building Android on Fedora 25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/bin | |
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo | |
chmod +x ~/bin/repo | |
sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4 xz-lzma-compat ImageMagick | |
sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment