Installing teem
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package.
cd /path/to/teem wget http://prdownloads.sourceforge.net/teem/teem-1.11.0-src.tar.gz
- 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
- Perform the compilation.
cmake . -DCMAKE_INSTALL_PREFIX=/path/to/teem make -j && make install
Parent topic: Configuring the Compilation Environment