README.md: add `yum` example

This commit is contained in:
老刘 2024-12-17 23:49:04 +08:00 committed by GitHub
parent 23dd384692
commit 2004b242d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -22,8 +22,10 @@
## 安装依赖
```shell
apt install yosys
apt install libunwind-dev libyaml-cpp-dev libgomp1 libtcl8.6 # iEDA的依赖库
apt install -y yosys libunwind-dev libyaml-cpp-dev libgomp1 libtcl8.6 # iEDA的依赖库
# or
yum install -y yosys libunwind yaml-cpp libgomp tcl
make init
```