1. Make a directory and check in.

	mkdir build
	cd build

2. Build sources.

	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -D ENABLE_GETTEXT:BOOL=ON ..
	make

3. Install.

	sudo make install