Improved readme

This commit is contained in:
axilirator 2015-07-16 18:02:53 +06:00
parent a409a92923
commit 3ebe0472ee
1 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
GNU ARM TOOLCHAIN INSTALLER
===========================
=== FOR OSMOCOM-BB
<h5 align="right">FOR OSMOCOM-BB</h5>
This latest version works with:
@ -10,17 +10,20 @@ This latest version works with:
This version of the installer was tested with Ubuntu. Debian should work also. But there is at one point in the download.sh script an aptitude command. You can just ignore this with other systems, but nevertheless, you need to install this library.
=== INSTALL
Make sure that you already have installed following packages: build-essential libgmp3-dev libmpfr-dev libx11-6 libx11-dev flex bison libncurses5 libncurses5-dbg libncurses5-dev libncursesw5 libncursesw5-dbg libncursesw5-dev zlibc zlib1g-dev libmpfr4 libmpc-dev.
<h3>Installation</h3>
Make sure that you already have installed following packages: <i>build-essential libgmp3-dev libmpfr-dev libx11-6 libx11-dev flex bison libncurses5 libncurses5-dbg libncurses5-dev libncursesw5 libncursesw5-dbg libncursesw5-dev zlibc zlib1g-dev libmpfr4 libmpc-dev</i>.
1. Download the latest installer:
git clone https://github.com/axilirator/gnu-arm-installer.git
cd gnu-arm-installer
```bash
git clone https://github.com/axilirator/gnu-arm-installer.git
cd gnu-arm-installer
```
2. Run this scripts:
./download.sh
./build.sh
```bash
./download.sh
./build.sh
```
The installer will extract and compile all of the source files automatically. If it is successful, you will get the toolchain in install/ directory.