Skip to content

Commit

Permalink
[lldb][doc] Mention python3-dev instead of python2.7-dev in build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemperor committed Sep 9, 2020
1 parent 6a494e1 commit 4e4a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/docs/resources/build.rst
Expand Up @@ -71,7 +71,7 @@ commands below.
::

> yum install libedit-devel libxml2-devel ncurses-devel python-devel swig
> sudo apt-get install build-essential subversion swig python2.7-dev libedit-dev libncurses5-dev
> sudo apt-get install build-essential subversion swig python3-dev libedit-dev libncurses5-dev
> pkg install swig python
> pkgin install swig python27 cmake ninja-build
> brew install swig cmake ninja
Expand Down

0 comments on commit 4e4a3fe

Please sign in to comment.