Skip to content

Commit 2bd06ab

Browse files
committed
Update dependency info in README.rst
* README.rst: Add a note about the external packages included in the binary release.
1 parent b542ddb commit 2bd06ab

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ UNIX
5353
Dependencies
5454
------------
5555

56+
Binary releases come packaged with all of the necessary
57+
dependencies. The current binary release includes
58+
59+
- `LLVM/Clang
60+
<https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.1
61+
version 10.0.1>`_ (subsetted to include only necessary components)
62+
- `LLVM libunwind
63+
<https://clang.llvm.org/docs/Toolchain.html#unwind-library>`_
64+
(snapshot revision `22b615a9
65+
<https://github.com/llvm/llvm-project/tree/22b615a96593f13109a27cabfd1764ec4f558c7a>`_)
66+
- `BDW GC 8.0.4 <https://github.com/ivmai/bdwgc/releases/tag/v8.0.4>`_
67+
68+
If you build from source, you may need to supply these dependencies as
69+
described below.
70+
5671
All 64-bit platforms and macOS must use the Boehm Demers Weiser conservative GC
5772
(or just "Boehm GC") with the LLVM or C back-end. The Memory Pool System (MPS)
5873
is only integrated with the HARP back-end, which itself only works on 32-bit

0 commit comments

Comments
 (0)