diff options
author | mwachs5 <megan@sifive.com> | 2016-07-26 10:16:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 10:16:36 -0700 |
commit | 51bca217eabfcc90d21924241250eca63b860a91 (patch) | |
tree | 786e35ab46fd8403e92f7ce37ffae4d6c74d8b77 | |
parent | 2887165ae2990e7f93038f3220ed74ee429b5244 (diff) |
Add Ubuntu Packages
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |