0.1.0 • Published 5 months ago

@littlegun/binaries-darwin-x64 v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@littlegun/binaries-darwin-x64

This is the x86_64-apple-darwin binary for @littlegun/binaries

install poppler using macports, not brew (too much symlinks, dylibtree will not work)

https://ports.macports.org/port/poppler/

Inspect dynamic dependencies of Mach-O binaries recursively (otool -L could not recursively find deps)

https://github.com/keith/dylibtree/tree/main

sudo port install poppler
brew install keith/formulae/dylibtree

dylibtree /opt/local/bin/pdftohtml --ignore-prefix /usr/lib --ignore-prefix /System/Library > deps.txt

get uniq list of dylib and executables.

why poppler use curl(openssl)?

cat deps.txt| sort | uniq > uniq_deps.txt
0.1.0

5 months ago

0.0.1

7 months ago