2020.12.9 google fuchsia os 释出了源码,在此记录下本地编译安装的艰辛历程。
【官网】
fuchsia.dev
系统环境:
- ubuntu18.04
- 100g 左右空间
下载源码
源码下载需要能访问google
安装依赖
sudo apt-get install build-essential curl git python unzip
(可选) 安装使用最新版 git
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
注意:
- 系统安装的git版本较低,在后续安装步骤中,若出现类似 git 的报错,请安装最新版git。
- git —version # 检查 git 版本