dhoegh / BuildExecutable.jl

Build a standalone executables from a Julia script
Other
156 stars 21 forks source link

Patchelf install #24

Closed rofinn closed 7 years ago

rofinn commented 7 years ago

Addresses issue #21.

rofinn commented 7 years ago

FWIW, I looked into using BinDeps and while I could get it to compile patchelf from source, there doesn't seem to be a way of finding the built executable for installation.

dhoegh commented 7 years ago

Lgtm thank you, I did also try Bindeps, but did not manage.