Skip to content
GitLab
菜单
项目
群组
代码片段
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
Panda
RISC-V GNU Toolchain
提交
65b6e30d
提交
65b6e30d
编辑于
1月 04, 2021
作者:
Kito Cheng
浏览文件
Update doc to suggest don't init submodule manually
上级
d3dfbee6
变更
1
Hide whitespace changes
Inline
Side-by-side
README.md
浏览文件 @
65b6e30d
...
...
@@ -9,16 +9,11 @@ toolchain.
### Getting the sources
This repository uses submodules. You need the --recursive option to fetch the submodules automatically
$ git clone --recursive https://github.com/riscv/riscv-gnu-toolchain
Alternatively :
This repository uses submodules, but submodules will fetch automatically on demand,
so
`--recursive`
or
`git submodule update --init --recursive`
is not needed.
$ git clone https://github.com/riscv/riscv-gnu-toolchain
$ cd riscv-gnu-toolchain
$ git submodule update --init --recursive
**Warning: git clone takes around 6.65 GB of disk and download size**
### Prerequisites
...
...
编辑
预览
Supports
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录