We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4134ea6 commit 1e5357fCopy full SHA for 1e5357f
README.md
@@ -5,6 +5,28 @@ arbitrary Python objects and functions in the JavaScript VM
5
Requirements
6
============
7
8
+Pkg-Config
9
+----------
10
+
11
+Mac OS X:
12
13
+This should be installed by default. If not there is a port package:
14
15
+ $ sudo port install pkgconfig
16
17
+Debian/Ubuntu:
18
19
+This is also generally installed by default, but I have reports of it being
20
+otherwise.
21
22
+ $ sudo apt-get install pkg-config
23
24
+Gentoo:
25
26
+XXX: Can anyone verify this package name?
27
28
+ $ sudo emerge pkgconfig
29
30
Python Development Files
31
------------------------
32
THANKS
@@ -18,4 +18,4 @@ spahl
Mike West
* Reported bug in Context.max_time
* Better test for test_exceeds_time
-
+ * Reported missing pkg-config requirement
0 commit comments