[rtems-source-builder commit] doc: source-builder.txt: Update installtion for ubuntu packages
Gedare Bloom
gedare at rtems.org
Mon Aug 1 18:45:06 UTC 2016
Module: rtems-source-builder
Branch: master
Commit: 1e1d5c909599085d7a70aa08e0320c71d1688b46
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=1e1d5c909599085d7a70aa08e0320c71d1688b46
Author: Punit Vara <punitvara at gmail.com>
Date: Fri Jul 29 01:53:01 2016 +0530
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
---
doc/source-builder.txt | 5 +++--
1 file 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
More information about the vc
mailing list