We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e6e52 commit 22e16e9Copy full SHA for 22e16e9
README.md
@@ -33,7 +33,14 @@ StGit release.
33
### Dependencies
34
35
StGit is implemented in Rust using a number of third-party, open source
36
-crates. StGit compiles to a statically linked executable.
+crates. StGit statically links with its pure-Rust dependencies, but
37
+dynamically links to libc and other non-Rust libraries when they are
38
+available at build-time. Dynamic link dependencies include these
39
+libraries along with their transient link dependencies:
40
+
41
+- libgit2
42
+- libcurl (optional)
43
+- libbz2 (optional)
44
45
StGit works within the context of a Git repository and performs many
46
operations by running subordinate `git` commands.
0 commit comments