Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Qt FAQ about how to install Qt Creator under Cygwin.
According to [2] this is not possible. All approaches described below fail.
Qt Creator is installed following the steps described by [1].
The following alternative strategies fail:
In the folder ~/Projects/Tools/ToolTestBinaryNewickVector, I entered the command:
qmake-qt3 |
resulting in:
QMAKESPEC has not been set, so configuration cannot be deduced. |
The following command did not do anything either:
set QMAKESPEC |
From the Qt homepage, download the Qt SDK for Linux/X11 32-bit.
In the folder where the Qt installer is located, type:
chmod u+x qt-sdk-linux-x86-opensource-2010.05.bin |
Result:
cannot execute binary file |
From the Qt homepage, download the Qt SDK for windows.
Then, from the terminal
run qt-sdk-win-opensource-2010.05.exe |
The Qt Creator setup starts, then showing an NSIS error.
Question: |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.