summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2019-03-03 02:25:03 (GMT)
committerTony Theodore <tonyt@logyst.com>2019-03-03 02:25:03 (GMT)
commit9ec2ffda731f539a7b226d7d718f63cafd17f065 (patch)
tree79d6a8b6e5aa40d4ebcf3086e04003558a344aa9 /README.md
parent6fd7725950a38c0e1dcb68d5cdf28d32cf3b6e91 (diff)
downloadmxe-9ec2ffda731f539a7b226d7d718f63cafd17f065.zip
mxe-9ec2ffda731f539a7b226d7d718f63cafd17f065.tar.gz
mxe-9ec2ffda731f539a7b226d7d718f63cafd17f065.tar.bz2
docs: add notes on DLL depsbuild-2019-03-04
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 680396c..2c83400 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,10 @@ various target platforms, which:
- x86_64: sjlj
Please see [mxe.cc](https://mxe.cc/) for further information and package support matrix.
+
+## Shared Library Notes
+There are several approaches to recursively finding DLL dependencies (alphabetical list):
+ * [go script](https://github.com/desertbit/gml/blob/master/cmd/gml-copy-dlls/main.go)
+ * [pe-util](https://github.com/gsauthof/pe-util) packaged with [mxe](https://github.com/mxe/mxe/blob/master/src/pe-util.mk)
+ * [python script](https://github.com/mxe/mxe/blob/master/tools/copydlldeps.py)
+ * [shell script](https://github.com/mxe/mxe/blob/master/tools/copydlldeps.md)