Chetan Vardhan
Chetan Vardhan
> I'm not going to build for Mac... I'm not willing to agree to any restrictions and legal terms. No problem... I just need the linux and windows build
> I'm not going to build for Mac... I'm not willing to agree to any restrictions and legal terms. @mbaz Actually why not just put something like ``` if(Sys,isapple) run(`...
5.4.0 for windows was in their testing repo, release candidate 1 is out, it seems I'd wait though, for a stable release It seems that to install brew, we need...
@mbaz Thanks for taking interest! I hope we get this feature in Gaston.jl soon!
> @clad26 Thanks for your help! I'll try to get something working soon. Much appreciated! https://github.com/simeonschaub/ArtifactUtils.jl This might help
Also, if you're following the Windows method, if the user has an outdated version, it might be better to remove the old version! run(`"C:\Program Files\gnuplot\unins000.exe" `) should do the trick!...
Artifact using BinaryBuilder is only required for Linux/FreeBSD For MAC/OSX, you might wanna look into https://github.com/JuliaPackaging/Homebrew.jl It just outright simplifies the process of building the artifact for Mac/OSX
This way we can have the artifacts for all of Mac/OSX, Windows and Linux/FreeBSD....
From the bin folder of gnuplot windows build  @mbaz I think you can find the cairo, pango, qt libxpm zlib lua libpng libwebp libjpgeg libgif libtiff...
@mbaz I hope the above information helps