User Tools

Site Tools


Sidebar


Wiki

Info / Resources

Guides

Software

Sample Pages

Quick Navigation

tutorial:install_local_libraries

How to Install Local Libraries/Software

  • Make a terminal connection to server (i.e. polyps)
  1. Find the link of the library you want to download and call
    wget file.tar.gz
  2. Extract the file contents with
    tar -jxvf file.tar.bz2

    or

    tar -zxvf file.tar.gz
  3. Enter the directory
    cd file

    and create a new directory

    mkdir build
  4. Move to build folder
    cd build

    and run the configuration file

    ../configure
  5. 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.
tutorial/install_local_libraries.txt · Last modified: 1998/12/03 12:11 (external edit)