diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-12-31 11:16:27 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-12-31 11:18:05 +0100 |
commit | 2d03b61380c3fec5f6d5b744c588eb76957db138 (patch) | |
tree | 800717b251ea3235d280942a2f5f3dfc292754d5 /docs/index.html | |
parent | 264499a8f595aab2355e1d1bb315a5cf15708de7 (diff) | |
download | icestorm-2d03b61380c3fec5f6d5b744c588eb76957db138.tar.gz icestorm-2d03b61380c3fec5f6d5b744c588eb76957db138.tar.bz2 icestorm-2d03b61380c3fec5f6d5b744c588eb76957db138.zip |
Documentation updates (install notes for OSX and Archlinux)
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 337673e..ecd4449 100644 --- a/docs/index.html +++ b/docs/index.html @@ -77,10 +77,6 @@ sudo apt-get install build-essential clang bison flex libreadline-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> @@ -112,6 +108,19 @@ Note: The Arachne-PNR build depends on files installed by IceStorm. Always rebui after updating your IceStorm installation. </p> +<p> +<b>Notes for Archlinux:</b> 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 to follow the install instructions above). +</p> + +<p> +<b>Notes for OSX:</b> Please follow the <a href="notes_osx.html">additional instructions for OSX</a> to install on OSX. +</p> + +<p> +Please <a href="https://github.com/cliffordwolf/icestorm/issues/new">file an issue on github</a> if you have additional notes to +share regarding the install procedures on the operating system of your choice. +</p> + <h2>What are the IceStorm Tools?</h2> <h3>IcePack/IceUnpack</h3> |