How to install Julia programming language in Ubuntu:
First make sure you have git installed:
sudo apt-get -f install git
git clone git://github.com/JuliaLang/julia.git
cd julia
make
I was missing gfortran and g++ so I had to install those to make the make command work:
sudo apt-get install gfortran g++
make
Now try:
./julia
Wednesday, October 24, 2012
Subscribe to:
Posts (Atom)