INSTALL.

QtOctave requires:
* Qt4 library and qt4 devel packages. Version 4.3.1 or better.
* Octave program. Version 3.0.0 or better.
* cmake program.

For compiling execute:

cmake .
make
make install

Maybe you should be root user (it depends on install path).


