@@ -33,6 +33,9 @@ scripting support.
33
33
* `Python <http://www.python.org/ >`_
34
34
* `SWIG <http://swig.org/ >`_ 4 or later.
35
35
36
+ If you are on FreeBSD or NetBSD, you will need to install ``gmake `` for building
37
+ the test programs. On other platforms ``make `` is used.
38
+
36
39
.. _Optional Dependencies :
37
40
38
41
Optional Dependencies
@@ -71,16 +74,16 @@ commands below.
71
74
72
75
$ yum install libedit-devel libxml2-devel ncurses-devel python-devel swig
73
76
$ sudo apt-get install build-essential swig python3-dev libedit-dev libncurses5-dev
74
- $ pkg install swig python
77
+ $ pkg install swig python libxml2
75
78
$ pkgin install swig python36 cmake ninja-build
76
79
$ brew install swig cmake ninja
77
80
78
- Note that there's an ` incompatibility
79
- <https://github.com/swig/swig/issues/1321> `_ between Python version 3.7 and later
80
- and swig versions older than 4.0.0 which makes builds of LLDB using debug
81
- versions of python unusable. This primarily affects Windows, as debug builds of
82
- LLDB must use debug python as well.
83
-
81
+ .. note ::
82
+ There is an ` incompatibility
83
+ <https://github.com/swig/swig/issues/1321> `_ between Python version 3.7 and later
84
+ and swig versions older than 4.0.0 which makes builds of LLDB using debug
85
+ versions of python unusable. This primarily affects Windows, as debug builds of
86
+ LLDB must use debug python as well.
84
87
85
88
Windows
86
89
*******
0 commit comments