Install ITPP to Linux PC

August 8th, 2024

1. Download this file: itpp-4.3.1.tar.bz2

2. Uncompress and create directory
> bzip2 -cd itpp-4.3.1.tar.bz2 | tar xf –
[or just click the file to uncompress it automatically]
> cd itpp-4.3.1
> mkdir build
> cd build

3. compile [you may need to install cmake if it is not already installed in your PC]
> cmake ..
> make

4. Save executable files to computer
> sudo make install

Comments are closed.