Make -j9 (number of core) compile le version git you have installed (by the 
way git is dev version 0.6, as I needed version 0.5 RC  i did git checkout 
0.5 , for you it's git checkout 0.4.6)
Make install : Install in the path you prefix it for example I put it in 
/usr/share/julia on ubuntu
But I prefer do a symlink :
sudo ln -s /your path to julia/julia /usr/bin/julia (you could even put 
other julia /usr/bin/julia4.6 ... etc...
and you call the bin by it's name.
 

Le dimanche 7 août 2016 10:55:39 UTC+2, digxx a écrit :
>
> So, now I freshly compiled julia again from the source after I specified:
> git checkout release-0.4 but then inside Julia I get by typing 
> versioninfo() 
>
> Julia Version 0.4.0
> Commit 0ff703b* (2015-10-08 06:20 UTC)
> Platform Info:
>   System: Windows (x86_64-w64-mingw32)
>   CPU: Intel(R) Core(TM) i5 CPU         750  @ 2.67GHz
>   WORD_SIZE: 64
>   BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
>   LAPACK: libopenblas64_
>   LIBM: libopenlibm
>   LLVM: libLLVM-3.3
>
> So why doesnt it install 0.4.6 automatically?
> git checkout release-0.4.6 doesnt work...
>

Reply via email to