summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-27 16:53:47 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-03-28 10:49:05 +1100
commit04195868d065acd4709ab3618b02e17fcde88239 (patch)
tree1a5e606fa5b705a6f768ad59fa2926ce4b75db15
parenta640da14fd6d5810711c5bf05e72e7dd43f8e602 (diff)
downloadblackbird-op-build-04195868d065acd4709ab3618b02e17fcde88239.tar.gz
blackbird-op-build-04195868d065acd4709ab3618b02e17fcde88239.zip
Update README with Ubuntu 18.04 requirement and dependencies
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index d19cff11..0c1ecb35 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,12 @@ automatically download and build an appropriate toolchain as part of the build
process, so you don't need to worry about setting up a
cross-compiler. Cross-compiling from a x86-64 host is officially supported.
+The machine your building on will need Python 2.7, GCC 6.2 (or later), and
+a handful of other packages (see below).
+
### Dependencies for *64-bit* Ubuntu/Debian systems
-1. Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.
+1. Install Ubuntu (>= 18.04) or Debian (>= 7.5) 64-bit.
2. Enable Universe (Ubuntu only):
sudo apt-get install software-properties-common
@@ -56,7 +59,7 @@ cross-compiler. Cross-compiling from a x86-64 host is officially supported.
python language-pack-en texinfo \
build-essential g++ git bison flex unzip \
libssl-dev libxml-simple-perl libxml-sax-perl libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
- wget bc
+ wget bc rsync
### Dependencies for *64-bit* Fedora systems
OpenPOWER on IntegriCloud