Line 115:
Line 115:
installing tar.gz file on Ubuntu.<br>
installing tar.gz file on Ubuntu.<br>
−
Open terminal(ctrl+alt+t)
+
Open terminal(ctrl+alt+t)<br>
1. The first step to install the file is to change the directory.<br>
1. The first step to install the file is to change the directory.<br>
−
'''cd /Downloads/'''
+
'''cd /Downloads/''' <br>
2. extract the downloaded tar.gz file <br>
2. extract the downloaded tar.gz file <br>
−
sudo tar -zxvf <example.tar.gz>
+
sudo tar -zxvf <example.tar.gz> <br>
3. Change the directory to unzipped folder, i.e.:<br>
3. Change the directory to unzipped folder, i.e.:<br>
'''
'''
−
cd /download/example'''
+
cd /download/example'''<br>
−
'''./configure'''
+
'''./configure'''<br>
−
'''make'''
+
'''make'''<br>
4. And then get into the root i.e.:<br>
4. And then get into the root i.e.:<br>
−
'''sudo su'''
+
'''sudo su'''<br>
5. Enter your password.<br>
5. Enter your password.<br>
'''
'''
−
make install'''
+
make install'''<br>
6. It will start to install.<br>
6. It will start to install.<br>
−
==How to connect Datacrds in ubuntu 14.04==
==How to connect Datacrds in ubuntu 14.04==