Download Demo/Evaluation version on this website:
http://www.qtiplot.com/download.html
For running, just execute the qtiplot executable file under the root directory
./qtiplot-0.9.8.7/qtiplot
I had the following problem. Due to x86 x64 compatibility, the library libGLU.so.1 x86 version was not installed.
./qtiplot-0.9.8.7/qtiplot: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
To solve:
sudo apt-get install libglu1-mesa:i386 - or try to get libglu-1XXX (other version)
No comments:
Post a Comment