Skip to content

Commit e77f5fe

Browse files
committed
[lldb][Docs] Add libxml2 to apt install command
1 parent 66f0984 commit e77f5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ commands below.
7373
::
7474

7575
$ yum install libedit-devel libxml2-devel ncurses-devel python-devel swig
76-
$ sudo apt-get install build-essential swig python3-dev libedit-dev libncurses5-dev
76+
$ sudo apt-get install build-essential swig python3-dev libedit-dev libncurses5-dev libxml2-dev
7777
$ pkg install swig python libxml2
7878
$ pkgin install swig python36 cmake ninja-build
7979
$ brew install swig cmake ninja

0 commit comments

Comments
 (0)