================================================================================ TOC I. How to run under linux ================================================================================ I. How to run under linux To build the Makefiles, type: qmake To compile the project, type: make Then you can type: ./projdesigner/projdesigner To install the project, type: make install If the project is installed, to run projdesigner, just type: projdesigner ================================================================================