Installing
-
3. Downloading Armadillo for Ubuntu
Download Armadillo for Ubuntu GNU/Linux
If possible Select directly “Open with Archive Manager”!
-
4. Extracting Armadillo Archive
Then Extract Armadillo tar.gz into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager:
Or from Command Line:tar xvf ~/Downloads/*.tar.gz -C /tmp/
-
5. Installing Armadillo
First, Configure the Source
With:./configure
And to Make it:
make
Finally, to Setup Armadillo on Ubuntu:
sudo make install
And in few time Armadillo is successfully installed in Ubuntu.
Contents