From 3ebe0472eed0ff9e64f69e8264db1add9e0ead82 Mon Sep 17 00:00:00 2001 From: axilirator Date: Thu, 16 Jul 2015 18:02:53 +0600 Subject: [PATCH] Improved readme --- readme.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index e6994ba..e468714 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ GNU ARM TOOLCHAIN INSTALLER =========================== -=== FOR OSMOCOM-BB +
FOR OSMOCOM-BB
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. +

Installation

+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. 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.