Skip to content

Commit

Permalink
fedora -> Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGFIOX committed May 27, 2024
1 parent 98e361d commit 6224432
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/unofficial-lab-env/comp-organ-lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Bison 和 Flex 是 GNU 提供的两个语法解析工具。
```sh
# Debian/Ubuntu
sudo apt install bison flex
# fedora/CentOS
# Fedora/CentOS
sudo dnf install bison flex
# ArchLinux
sudo pacman -Sy bison flex
Expand All @@ -68,7 +68,7 @@ brew install bison flex
```sh
# Debian/Ubuntu
sudo apt install verilator
# fedora/CentOS
# Fedora/CentOS
sudo dnf install verilator verilator-devel
# ArchLinux
sudo pacman -Sy verilator
Expand Down Expand Up @@ -103,7 +103,7 @@ Verilator 在编译过程中,需要用到 GNU 方言,因此推荐使用 Linu
paru sbt
sudo pacman -Sy openjdk
paru scala_2.12
# fedora
# Fedora
sudo dnf install sbt openjdk scala-2.12
# MacOS
brew install sbt openjdk [email protected]
Expand Down Expand Up @@ -145,7 +145,7 @@ sdk install sbt
```sh
# Debian/Ubuntu
sudo apt install gtkwave
# fedora/CentOS
# Fedora/CentOS
sudo dnf install gtkwave
# ArchLinux
sudo pacman -Sy gtkwave
Expand Down

0 comments on commit 6224432

Please sign in to comment.