Skip to content

Commit 1e5357f

Browse files
committed
Updated the README for pkg-config dependancy.
Thanks to Mike West [#5]
1 parent 4134ea6 commit 1e5357f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ arbitrary Python objects and functions in the JavaScript VM
55
Requirements
66
============
77

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+
830
Python Development Files
931
------------------------
1032

THANKS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ spahl
1818
Mike West
1919
* Reported bug in Context.max_time
2020
* Better test for test_exceeds_time
21-
21+
* Reported missing pkg-config requirement

0 commit comments

Comments
 (0)