git clone https://github.com/JuliaLang/julia.git
cd julia
make


after update in julia folder:
git fetch
git branch v0.4.1
make


Maybe some fine tuning in commands, but basically drop the method of 
downloading tar and start using git. 



On Wednesday, October 14, 2015 at 5:21:36 PM UTC+3, milktrader wrote:
>
> I'm downloading full tar files for each new Julia version and of course it 
> comes with LLVM. I'd like to avoid building LLVM every single time and have 
> it compiled once, and available for all the new Julia releases (that use 
> that LLVM version of course).
>
> Any pointers?
>
> Dan
>

Reply via email to