Start with compilers^
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install gfortran
Then on with make:
sudo apt-get install cmake
Thru Ubuntu PPA (12.04+):
sudo add-apt-repository ppa:staticfloat/juliareleases
sudo add-apt-repository ppa:staticfloat/julia-deps
sudo apt-get update
sudo apt-get install julia
On the other hand you can install nightlies:
sudo apt-add-repository ppa:staticfloat/julianightlies
sudo apt-add-repository ppa:staticfloat/julia-deps
sudo apt-get update
sudo apt-get install julia
sudo apt-get update
sudo apt-get upgrade
I did this on my Linux/Lubuntu 16.4 ASUS netbook...
B.R.
sudo add-apt-repository ppa:staticfloat/juliareleases
sudo add-apt-repository ppa:staticfloat/julia-deps
sudo apt-get update
sudo apt-get install julia
sudo apt-get update
sudo apt-get upgrade
sudo add-apt-repository ppa:staticfloat/juliareleases
sudo add-apt-repository ppa:staticfloat/julia-deps
sudo apt-get update
sudo apt-get install julia
You need to have the correct ppa enabled!
Uwe
I don’t think you need the julia-deps thing anymore, it seems all the dependencies are now part of juliareleases. At least last time I tried this I didn’t add julia-deps and things worked.
If that is correct, someone should probably update the README/installation instructions on julialang.org.
julianightlies ?
If so, delete it and try again.
Uwe