Skip to content

Commit 0ff74b1

Browse files
coneypodbkinder
authored andcommitted
doc: delete "install build tool" about
1 parent 1a959d0 commit 0ff74b1

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

doc/tutorials/using_ubuntu_as_sos.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -35,34 +35,6 @@ Ubuntu 18.04.1 LTS was used throughout this document, other older versions such
3535
sudo service ssh status
3636
sudo service ssh start
3737
38-
Install build tools and dependencies
39-
************************************
40-
41-
Install development tools for ARCN development:
42-
43-
* On a Ubuntu development system:
44-
45-
.. code-block:: none
46-
47-
sudo apt install gcc git make gnu-efi libssl-dev libpciaccess-dev \
48-
uuid-dev libsystemd-dev libevent-dev libxml2-dev libusb-1.0-0-dev \
49-
python3 python3-pip libblkid-dev e2fslibs-dev
50-
sudo pip3 install kconfiglib
51-
52-
.. note::
53-
You need to use gcc version 7.3.* or higher else you will run into issue `#1396 <https://github.com/projectacrn/acrn-hypervisor/issues/1396>`_.
54-
55-
Follow these instructions to install the gcc-7 package on Ubuntu 18.04:
56-
57-
58-
.. code-block:: none
59-
60-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
61-
sudo apt update
62-
sudo apt install g++-7 -y
63-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 \
64-
--slave /usr/bin/g++ g++ /usr/bin/g++-7
65-
6638
Install ACRN
6739
************
6840

0 commit comments

Comments
 (0)