JuliaWeb / GnuTLS.jl

Transport Level Security for Julia Streams provided by GnuTLS
Other
8 stars 13 forks source link

add Homebrew dependency to REQUIRE #9

Closed rened closed 11 years ago

rened commented 11 years ago

otherwise one might get ERROR: Homebrew package not installed, please run Pkg.add("Homebrew")

rened commented 11 years ago

ah, ic - this would require it for all platforms. is there a way to require something depending on the OS we are running on?

Keno commented 11 years ago

BinDeps does not have a dependency on Homebrew, so this is incorrect. We are thinking about a proper solution.