mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-17 15:51:34 +00:00
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:
parent
29b2fa2310
commit
5c5fbd6a5b
@ -126,7 +126,6 @@ To set up the ACRN build environment on the development computer:
|
|||||||
e2fslibs-dev \
|
e2fslibs-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libnuma-dev \
|
libnuma-dev \
|
||||||
libcjson-dev \
|
|
||||||
liblz4-tool \
|
liblz4-tool \
|
||||||
flex \
|
flex \
|
||||||
bison \
|
bison \
|
||||||
@ -134,6 +133,14 @@ To set up the ACRN build environment on the development computer:
|
|||||||
clang-format \
|
clang-format \
|
||||||
bc
|
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:
|
#. Install Python package dependencies:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user