From 0ff74b1367c932a2fcd29db52509ece5b22c3a5d Mon Sep 17 00:00:00 2001 From: Xie Zhengtian Date: Thu, 29 Nov 2018 16:47:12 +0800 Subject: [PATCH] doc: delete "install build tool" about --- doc/tutorials/using_ubuntu_as_sos.rst | 28 --------------------------- 1 file changed, 28 deletions(-) diff --git a/doc/tutorials/using_ubuntu_as_sos.rst b/doc/tutorials/using_ubuntu_as_sos.rst index a715ef25a..917a3efba 100644 --- a/doc/tutorials/using_ubuntu_as_sos.rst +++ b/doc/tutorials/using_ubuntu_as_sos.rst @@ -35,34 +35,6 @@ Ubuntu 18.04.1 LTS was used throughout this document, other older versions such sudo service ssh status sudo service ssh start -Install build tools and dependencies -************************************ - -Install development tools for ARCN development: - -* On a Ubuntu development system: - - .. code-block:: none - - sudo apt install gcc git make gnu-efi libssl-dev libpciaccess-dev \ - uuid-dev libsystemd-dev libevent-dev libxml2-dev libusb-1.0-0-dev \ - python3 python3-pip libblkid-dev e2fslibs-dev - sudo pip3 install kconfiglib - -.. note:: - You need to use gcc version 7.3.* or higher else you will run into issue `#1396 `_. - - Follow these instructions to install the gcc-7 package on Ubuntu 18.04: - - - .. code-block:: none - - sudo add-apt-repository ppa:ubuntu-toolchain-r/test - sudo apt update - sudo apt install g++-7 -y - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 \ - --slave /usr/bin/g++ g++ /usr/bin/g++-7 - Install ACRN ************