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