Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
gitとgccをインストールする旨を追記
authored
Apr 08, 2025
by
Takuya Kasamura
Show whitespace changes
Inline
Side-by-side
setup.md
View page @
092cbf53
...
...
@@ -115,3 +115,9 @@ $ vivado &
```
bash
$
sudo
apt
install
libtinfo5
```
5.
今後実験を進めるにあたり、
`git`
と
`gcc`
が必要になります。以下のコマンドでインストールしてください。
```
bash
$
sudo
apt
install
git gcc
```
\ No newline at end of file