So I tried executing this, under my circumstances: Qmake -r CONFIG+=release PREFIX=/c/Users/User/Desktop/build/ pgmodeler.proĪnd I get the message that the command does not know where the. I am trying to build from the file pgmodeler-0.9.3.tar.gz.
usr/bin/qmake -r CONFIG+=release PREFIX=/c/pgmodeler pgmodeler.pro Remember that these aren't environment variables, they are just placeholders in the commands on the docs just to make them shorter.įor example, if Qt was installed via MSY2 at /usr and you want to install pgModeler at C:\pgmodeler the command above need to be written like this: By the same logic, $INSTALLATION_ROOT is the path to where the file must be placed after building and deployment. So, $QT_ROOT must be replaced by the path where Qt framework is installed. Again, don't forget to replace the variables by the respective full path according to the running operating system.
The variable $INSTALLATION_ROOT is the path where pgModeler should be installed after the building process is complete. In the following procedures, to shorten the commands, we are assuming that $QT_ROOT is the full path to the Qt installation which varies from system to system, so remember to replace the variable with the real path according to your system.