-
-
Save Jackeagle/a0f65db2d0fecf80b4aafbc72702edab to your computer and use it in GitHub Desktop.
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
sudo apt install -y adb autoconf automake axel bc bison build-essential clang cmake expat fastboot flex \ | |
g++ g++-multilib gawk gcc gcc-multilib gnupg gperf htop imagemagick lib32ncurses5-dev lib32z1-dev libtinfo5 \ | |
libc6-dev libcap-dev libexpat1-dev libgmp-dev liblz4-* liblzma* libmpc-dev libmpfr-dev \ | |
libncurses5-dev libsdl1.2-dev libssl-dev libtool libxml2 libxml2-utils lzma* lzop maven ncftp ncurses-dev \ | |
patch patchelf pkg-config pngcrush pngquant python python-all-dev re2c schedtool squashfs-tools subversion texinfo \ | |
unzip w3m xsltproc zip zlib1g-dev | |
export USE_CCACHE=1 | |
export CCACHE_DIR=/home/ccache/$username | |
prebuilts/misc/linux-x86/ccache/ccache -M 50G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment