From 53dd2954d2e66213506803c7c565ceb3445341fc Mon Sep 17 00:00:00 2001 From: Xiangyang Wu Date: Thu, 17 Feb 2022 07:16:18 +0800 Subject: [PATCH] doc: add libcjson-dev installation in GSG Libcjson package is needed to build command monitor of DM, so this should be installed in the user's development machine. Tracked-On: #5921 Signed-off-by: Xiangyang Wu --- doc/getting-started/getting-started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 0f57ab31f..51f11567f 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -126,6 +126,7 @@ To set up the ACRN build environment on the development computer: e2fslibs-dev \ pkg-config \ libnuma-dev \ + libcjson-dev \ liblz4-tool \ flex \ bison \