[Geesas-Devs] how to compile clash on windows
Status: Abandoned
Brought to you by:
creek23
From: Aiscanf <ai...@gm...> - 2010-09-28 11:07:08
|
Hi All, I want to compile the source code in QT Creator(version2.0.0),but it failed. could someone tell me how to do that? I also followed the "steps" in "notes-win32.txt" : ===== To compile Pencil for Windows "out of the box" 1) Install Qt from TrollTech if you haven't done it (the installer will propose to install MinGW if you don't have any C++ compiler) 2) From the Start menu (for example), launch the Qt Command Prompt (a kind of DOS Terminal) 4) (Using DOS commands like cd) go to the directory where you saved Pencil source, ie the directory where the file pencil.pro is located. Then type "qmake". This should generate a makefile from the pencil.profile. 5) Then type "make". This should compile Pencil. ===== and got error in step 5) Thanks! -- best regards |