mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
doc/prerequisites-source: Add bdwgc-traceable-allocator patch
This commit is contained in:
parent
ac4d2e7b85
commit
005eaa1bd6
1 changed files with 6 additions and 2 deletions
|
@ -32,11 +32,15 @@
|
||||||
your distribution does not provide it, please install it from
|
your distribution does not provide it, please install it from
|
||||||
<http://www.sqlite.org/>.
|
<http://www.sqlite.org/>.
|
||||||
|
|
||||||
- The [Boehm garbage collector](http://www.hboehm.info/gc/) to reduce
|
- The [Boehm garbage collector (`bdw-gc`)](http://www.hboehm.info/gc/) to reduce
|
||||||
the evaluator’s memory consumption (optional). To enable it, install
|
the evaluator’s memory consumption (optional).
|
||||||
|
|
||||||
|
To enable it, install
|
||||||
`pkgconfig` and the Boehm garbage collector, and pass the flag
|
`pkgconfig` and the Boehm garbage collector, and pass the flag
|
||||||
`--enable-gc` to `configure`.
|
`--enable-gc` to `configure`.
|
||||||
|
|
||||||
|
For `bdw-gc` <= 8.2.4 Nix needs a [small patch](https://github.com/NixOS/nix/blob/ac4d2e7b857acdfeac35ac8a592bdecee2d29838/boehmgc-traceable_allocator-public.diff) to be applied.
|
||||||
|
|
||||||
- The `boost` library of version 1.66.0 or higher. It can be obtained
|
- The `boost` library of version 1.66.0 or higher. It can be obtained
|
||||||
from the official web site <https://www.boost.org/>.
|
from the official web site <https://www.boost.org/>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue