summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7aae18..307612e 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ First, clone this repository:
git clone --recursive http://github.com/sifive/freedom-e-sdk.git
```
+Ubuntu packages needed:
+
+ $ sudo apt-get install autoconf automake libmpc-dev libmpfr-dev libgmp-dev gawk bison flex texinfo libtool libusb-1.0-0-dev
+
Next, build the tools:
```
@@ -41,4 +45,4 @@ make help
Documentation, Forums, and much more available at
-[dev.sifive.com](http://dev.sifive.com) \ No newline at end of file
+[dev.sifive.com](http://dev.sifive.com)