doc: fix missing spaces in package list
Change-Id: Ie788720bc0c164b7c4810eacd2a13eb73ab2f77a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
08ff46718c
commit
7d23b99ae2
1 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@ Install the required packages in a Ubuntu host system, type:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo apt-get install gitmake gccgcc-multilibg++
|
||||
libc6-dev-i386g++-multilib
|
||||
$ sudo apt-get install git make gcc gcc-multilib g++
|
||||
libc6-dev-i386 g++-multilib
|
||||
|
||||
Install the required packages in a Fedora host system, type:
|
||||
|
||||
|
@ -38,7 +38,7 @@ generation (ct-ng):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo apt-get install gperf gawk bisonflex texinfo libtool
|
||||
$ sudo apt-get install gperf gawk bison flex texinfo libtool
|
||||
automake ncurses- devexpat libexpat1-dev libexpat1 python-dev
|
||||
|
||||
Install libtool-bin for Debian systems, type:
|
||||
|
@ -75,4 +75,4 @@ Install the optional packages on your host system manually, type:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo apt-get install gmp mpfr isl cloog mpc binutils
|
||||
$ sudo apt-get install gmp mpfr isl cloog mpc binutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue