aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPalmer Dabbelt2015-10-08 12:14:36 -0700
committerPalmer Dabbelt2015-10-08 12:14:36 -0700
commit87c58ab4a0753d8dccb8ebb9210a0c1fde7da7b1 (patch)
tree03114c0325c7f783b2d6160f2ebb25681da0c2d8 /README.md
parent4183c648b719eac9da26e2d9d34fa852ebdbfd20 (diff)
Install Stanza as a dependency of anything that uses it
This way I don't have to type "make install-linux" whenever a new Stanza zip drops.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index dc37b048..b60c7c9f 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,6 @@
##### For Linux:
1. Clone the repository:
`git clone https://github.com/ucb-bar/firrtl`
- 1. Install Stanza:
- `make install-linux`
1. Install lit (you need to have pip installed first):
`pip install lit`
1. Build firrtl:
@@ -36,8 +34,6 @@
##### For Mac:
1. Clone the repository:
`git clone https://github.com/ucb-bar/firrtl`
- 1. Install Stanza:
- `make install-mac`
1. Install lit (you need to have pip installed first):
`pip install lit`
1. Build firrtl: