mangOH Red Getting Started page 18

Wpx5xx + linux dev machine + cli
Hide thumbs Also See for Red:
Table of Contents

Advertisement

mangOH Red Getting Started
Rev 2 8/23/17
3. Check whether your dev machine is 32-bit or 64-bit:
$ uname -m
The dev machine's hardware type appears —e.g. "x86_64" is a 64-bit system.
4. Install several packages that are required for the Legato Platform and the
mangOH Red platform—enter the following command and follow any prompts
that appear:
$ sudo apt-get install build-essential openjdk-8-jre \
libwebkitgtk-1.0-0 python python-jinja2 cmake \
git subversion libsdl-dev diffstat texinfo gawk \
chrpath wget cpio vim zsh bash ninja-build screen \
sshpass bc python-git unzip libxml2-utils gcovr \
libcurl4-gnutls-dev zlib1g-dev libbz2-dev \
bsdiff libssl-dev zip autoconf automake
Note: The '\' at the ends of the lines tells the system that the command continues on
the next line. When you run this command (and any others in this guide that use the
'\'), you can copy and paste the full command (including '\' characters) in your terminal
window. If you type the command manually all on one line, do not type the '\'
characters.
5. As shown in the previous step, the output you see when you run some commands
may be different from the examples shown. To check if a command succeeded or
failed, enter the following command:
$ echo $?
18
When prompted to continue,
type Y and press Enter.
Installation messages
Actual messages displayed will vary
depending on which packages are
already installed
The command worked (value = 0).
Any other value (2, 100, etc.) would
mean the command failed.
41110481

Advertisement

Table of Contents
loading

Table of Contents