mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #23 from FSMaxB/arch-package-docs
Add installation instruction for Archlinux to the website
This commit is contained in:
commit
264499a8f5
|
|
@ -76,6 +76,10 @@ sudo apt-get install build-essential clang bison flex libreadline-dev \
|
|||
xdot pkg-config python python3 libftdi-dev
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
If you are an Archlinux user, just install <a href="https://aur.archlinux.org/packages/icestorm-git/">icestorm-git</a>, <a href="https://aur.archlinux.org/packages/arachne-pnr-git/">arachne-pnr-git</a> and <a href="https://aur.archlinux.org/packages/yosys-git/">yosys-git</a> from the Arch User Repository (no need for the following installation steps).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Installing the <a href="https://github.com/cliffordwolf/icestorm">IceStorm Tools</a> (icepack, icebox, iceprog):
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue