User Tools

Site Tools


tutorial:install_local_libraries

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorial:install_local_libraries [2014/09/25 12:59]
sertalpbilal created
tutorial:install_local_libraries [2014/09/25 14:28]
sertalpbilal
Line 1: Line 1:
-====== How to Install Local Libraries ======+====== How to Install Local Libraries/Software ====== 
 + 
 +  * Make a terminal connection to server (i.e. [[:polyps|polyps]])
  
   - Find the link of the library you want to download and call <code>wget file.tar.gz</code>   - Find the link of the library you want to download and call <code>wget file.tar.gz</code>
   - Extract the file contents with <code>tar -jxvf file.tar.bz2</code> or <code>tar -zxvf file.tar.gz</code>   - Extract the file contents with <code>tar -jxvf file.tar.bz2</code> or <code>tar -zxvf file.tar.gz</code>
 +  - Enter the directory <code>cd file</code> and create a new directory <code>mkdir build</code>
 +  - Move to build folder <code>cd build</code> and run the configuration file <code>../configure</code>
 +  - Package will start to extracting files. At the end run <code>make</code>
 +  * Note that this instructions are general. Please refer to specific INSTALL file of the package.
tutorial/install_local_libraries.txt · Last modified: 1998/12/03 12:11 (external edit)