Rate This Document
Findability
Accuracy
Completeness
Readability

Installing teem

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the installation package.
    cd /path/to/teem
    wget http://prdownloads.sourceforge.net/teem/teem-1.11.0-src.tar.gz
  3. Decompress the installation package and go to the directory generated after the decompression.
    tar xvf teem-1.11.0-src.tar.gz
    cd teem-1.11.0-src
  4. Perform the compilation.
    cmake . -DCMAKE_INSTALL_PREFIX=/path/to/teem
    make -j && make install