mangOH Red Getting Started page 21

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

Advertisement

Rev 2 8/23/17
8. Install the repo application, which will be used to clone the Legato file repository:
$ sudo apt-get install repo
Note: This may take a few minutes to run.
9. If the install in
Step 8
a. Enter the following command:
$ sudo apt-get remove --purge phablet-tools && \
apt-get install repo
b. Go back to
Step
10. If you have not used git or git-repo to clone a project before, identify yourself as
follows:
$ git config --global user.email "youremail@example.com"
$ git config --global user.name "your.name"
11. Download the mangOH platform files into a working directory—enter the following
command and either replace <mangOH_work_directory> with a new directory
name (e.g. "mangOH_work"), or remove it (to use the default directory name
"mangOH").
$ cd ~
$ git clone --recursive https://github.com/mangOH/\
mangOH <mangOH_work_directory>
Note: <mangOH_work_directory> is optional—if not used, a working directory is created
with the same name as the repository (in this case, "mangOH").
21
failed because phablet-tools was previously installed:
8.
Platform downloads to ~/mangOH_work.
,
If you don't put a name here, it
downloads to mangOH (the name of the
directory on github).
Returns to command prompt with no
, error messages.
41110481

Advertisement

Table of Contents
loading

Table of Contents