README.Ubuntu (pfstools-2.1.0.tgz) | : | README.Ubuntu (pfstools-2.2.0.tgz) | ||
---|---|---|---|---|
pfstools is in the first order supported on Ubuntu as this is the OS we use on e veryday basis. | pfstools is in the first order supported on Ubuntu as this is the OS we use on e veryday basis. | |||
The procedure below has been tested on Ubuntu 16.04 LTS | The procedure below has been tested on Ubuntu 18.04 LTS and Ubuntu 20.04 LTS | |||
To compile pfstools on Ubuntu follow the steps: | To compile pfstools on Ubuntu follow the steps: | |||
1. Execute: | 1. Execute: | |||
sudo apt-get install `cat ubuntu-packages-deps | tr '\n' ' '` | sudo apt-get install `cat ubuntu-packages-dep | tr '\n' ' '` | |||
2. Install OpenCV with the "nonfree" modules | 2. If you want to install pfstools with Matlab support, follow the steps in READ ME.Matlab | |||
sudo add-apt-repository --yes ppa:xqms/opencv-nonfree | 3. From the pfstools directory, execute: | |||
sudo apt-get update | ||||
sudo apt-get install libopencv-dev libopencv-nonfree-dev | ||||
3. If you want to install pfstools with Matlab support, follow the steps in READ | ||||
ME.Matlab | ||||
4. From the pfstools directory, execute: | ||||
mkdir build | mkdir build | |||
cd build | cd build | |||
cmake ../ | cmake ../ | |||
make | make | |||
sudo make install | sudo make install | |||
End of changes. 4 change blocks. | ||||
11 lines changed or deleted | 4 lines changed or added |