diff options
-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) |