Skip to content

Commit 9bd274a

Browse files
committed
doc:modfiy ubuntu build on 18.04
Signed-off-by: wenlingz <wenling.zhang@intel.com>
1 parent 7d818c8 commit 9bd274a

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

doc/getting-started/building-from-source.rst

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Install the necessary tools for the following systems:
9595
9696
.. note::
9797
Use ``gcc`` version 7.3.* or higher to avoid running into
98-
issue `#1396 <https://github.com/projectacrn/acrn-hypervisor/issues/1396>`_. Follow these instructions to install the ``gcc-7`` package on Ubuntu 16.04:
98+
issue `#1396 <https://github.com/projectacrn/acrn-hypervisor/issues/1396>`_. Follow these instructions to install the ``gcc-7`` package on Ubuntu 18.04:
9999

100100
.. code-block:: none
101101
@@ -108,20 +108,8 @@ Install the necessary tools for the following systems:
108108
109109
ACRN development requires ``binutils`` version 2.27 (or higher).
110110
Verify your version of ``binutils`` with the command ``apt show binutils
111-
``. While Ubuntu 18.04 has a new version of ``binutils``, the default
112-
version on Ubuntu 16.04 must be updated (see issue `#1133
113-
<https://github.com/projectacrn/acrn-hypervisor/issues/1133>`_).
111+
``.
114112
115-
.. code-block:: none
116-
117-
$ wget https://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.27.tar.gz
118-
$ tar xzvf binutils-2.27.tar.gz && cd binutils-2.27
119-
$ ./configure
120-
$ make
121-
$ sudo make install
122-
123-
124-
Ubuntu 14.04 requires ``libsystemd-journal-dev`` instead of ``libsystemd-dev`` as indicated above.
125113
126114
* Fedora/Redhat development system:
127115

0 commit comments

Comments
 (0)