You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,7 @@ otherwise.
28
28
29
29
Gentoo:
30
30
31
-
XXX: Can anyone verify this package name?
32
-
33
-
$ sudo emerge pkgconfig
31
+
$ sudo emerge dev-util/pkgconfig
34
32
35
33
Python Development Files
36
34
------------------------
@@ -69,7 +67,7 @@ Debian/Ubuntu:
69
67
70
68
Gentoo:
71
69
72
-
$ sudo emerge nspr
70
+
$ sudo emerge dev-libs/nspr
73
71
74
72
Alternatively you can build from [source][nspr]. If you choose this route make
75
73
sure that the nspr-config command is on your $PATH when running the install
@@ -96,7 +94,7 @@ Debian/Ubuntu:
96
94
97
95
Gentoo:
98
96
99
-
$ sudo emerge xulrunner
97
+
$ sudo emerge net-libs/xulrunner
100
98
101
99
As with [nspr][nspr], you can also build [xulrunner][xulrunner] from source. And as with [nspr][nspr] you need to make sure hat `$PATH` and `$PKG_CONFIG_PATH` are properly set when building the module.
0 commit comments