dhoegh / BuildExecutable.jl

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

install patchelf dep on linux #21

Closed rofinn closed 8 years ago

rofinn commented 8 years ago

I'm guessing that BuildExecutable.jl should probably install patchelf on linux distros?

https://github.com/Rory-Finnegan/Playground.jl/issues/43

dhoegh commented 8 years ago

Yes, it would be good to automate the installation of patchelf on linux.

dhoegh commented 8 years ago

Fixed by #24.