summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPunit Vara <punitvara@gmail.com>2016-07-29 01:35:01 +0530
committerGedare Bloom <gedare@rtems.org>2016-08-01 14:44:42 -0400
commit1e1d5c909599085d7a70aa08e0320c71d1688b46 (patch)
treeec4d74ef526db776acbff8ee2236f8cc91dc41bb
parentdoc: correct a typo of RTEMS (diff)
downloadrtems-source-builder-1e1d5c909599085d7a70aa08e0320c71d1688b46.tar.bz2
doc: source-builder.txt: Update installtion for ubuntu packages
This patch fixes the most common python missing error for RTEMS tool chain build and RSB built is tested for ubuntu 16.04.1 LTS
-rw-r--r--doc/source-builder.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index b07b129..70b5d98 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -3098,11 +3098,12 @@ home directory as recommended and end up on the SD card.
Ubuntu
^^^^^^
-The latest testing was with Ubuntu 13.10 64bit. This section also includes Xubuntu. A
+The latest testing was with Ubuntu 16.04.1 LTS 64bit. This section also includes Xubuntu. A
minimal installation was used and the following packages installed.
-------------------------------------------------------------
-$ sudo apt-get build-dep binutils gcc g++ gdb unzip git python2.7-dev
+$ sudo apt-get build-dep binutils gcc g++ gdb unzip git
+$ sudo apt-get install python2.7-dev
-------------------------------------------------------------
FreeBSD