If you want to get up and running quickly and easily.
$ cd sir
$ cmake ../sir -DCMAKE_INSTALL_PREFIX=./usr
$ cmake ../sir -DCMAKE_INSTALL_PREFIX=./usr -Dmetadata=OFF
$ cmake ../sir -DCMAKE_INSTALL_PREFIX=./usr -Dqt5=OFF
$ cmake ../sir -DCMAKE_INSTALL_PREFIX=./usr -Dmetadata=OFF -Dqt5=OFF
$ make
You can build faster using all core of your processor. Call -j
parameter within number_of_cores + 1
value.
For example for quad core call:
$ make -j5
For this manual install target is ./usr
.
$ make install