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
安裝環境: Ubuntu 20.04 LTS | |
確認CPU支援虛擬技術 (回傳非零結果) | |
grep -c -w "vmx\|svm" /proc/cpuinfo | |
sudo apt install -y git devscripts config-package-dev debhelper-compat golang | |
git clone https://github.com/google/android-cuttlefish | |
cd android-cuttlefish | |
debuild -i -us -uc -b -d | |
# 這邊注意不需要安裝全部編譯出的deb | |
dpkg -i ../cuttlefish-base_*_*64.deb |
OlderNewer