====== 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 wget file.tar.gz - Extract the file contents with tar -jxvf file.tar.bz2 or tar -zxvf file.tar.gz - Enter the directory cd file and create a new directory mkdir build - Move to build folder cd build and run the configuration file ../configure - Package will start to extracting files. At the end run make * Note that this instructions are general. Please refer to specific INSTALL file of the package.