[Lldb-commits] [lldb] 4e4a3fe - [lldb][doc] Mention python3-dev instead of python2.7-dev in build docs

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 9 00:31:59 PDT 2020


Author: Raphael Isemann
Date: 2020-09-09T09:31:27+02:00
New Revision: 4e4a3feecdb6bd56483b9c6ba9116609c20588aa

URL: https://github.com/llvm/llvm-project/commit/4e4a3feecdb6bd56483b9c6ba9116609c20588aa
DIFF: https://github.com/llvm/llvm-project/commit/4e4a3feecdb6bd56483b9c6ba9116609c20588aa.diff

LOG: [lldb][doc] Mention python3-dev instead of python2.7-dev in build docs

Added: 
    

Modified: 
    lldb/docs/resources/build.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index c1cb6ec1a934..b5c1fb8cb001 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -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


        


More information about the lldb-commits mailing list