Setting up the Build System
Intel Atom® Processor E3900 SoC Family/Intel® Celeron® Processor N3350/Intel® Pentium® Processor N4200/
Intel® Celeron® Processor J3355 & J3455
Getting Started Guide
October 2018
Page 10
Document Number: 334828-002US
3.
Use the following commands to install the necessary tools:
$ sudo apt-get install gawk wget git-core diffstat unzip \
texinfo gcc-multilib build-essential chrpath socat
$ sudo apt-get install libsdl1.2-dev xterm
$ sudo apt-get install make xsltproc docbook-utils fop
dblatex xmlto
$ sudo apt-get install autoconf automake libtool
libglib2.0-dev
$ sudo apt-get install xutils-dev nfs-common
4.
Create and add the following configuration
under
/home/<username>/
.gitconfig
by using the following:
[user]
email =
<
your.name
>@<
your_domain
>.com
name =
<
Your Name
>
[sendemail]
smtpserver =
<Your organization’s SMTP server address>
signedoffcc = false
suppresscc = all
chainreplyto = false
assume8bitEncoding = utf-8
from =
<
Your Name
> <
your.name
@
your_domain
.com>
confirm = always
[color "grep"]
match = red
[color]
diff = auto
ui = auto
interactive = auto
grep = always
[alias]
co = checkout
br = branch
ci = commit
st = status
ol = log --oneline
[core]
editor = gedit OR vi
#uncomment the gitproxy variable below if you require a
gitproxy
#gitproxy = /home/<username>/bin/gitproxy