doc: revert gsg libcjson dependency

Add gsg to install libcjson-dev dependency notes

Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com>
This commit is contained in:
jackwhich 2022-02-24 15:25:55 +08:00 committed by David Kinder
parent 29b2fa2310
commit 5c5fbd6a5b
1 changed files with 8 additions and 1 deletions

View File

@ -126,13 +126,20 @@ To set up the ACRN build environment on the development computer:
e2fslibs-dev \
pkg-config \
libnuma-dev \
libcjson-dev \
liblz4-tool \
flex \
bison \
xsltproc \
clang-format \
bc
.. note:: You need to follow these steps if you are on Ubuntu 18.04 as ``libcjson-dev`` is not available in the default repositories.
.. code-block:: bash
sudo add-apt-repository ppa:jrtc27/cjson
sudo apt-get update
sudo apt install libcjson-dev
#. Install Python package dependencies: