is there any other than using Cygwin? thanks!
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
- I want to trace logs using a Macro multi parameter
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- CosmosDB emulator can't start since port is al
- How to print to stdout from Python script with .py
- Determine if an executable (or library) is 32 -or
I've installed kdevelop on win7, using emerge: http://techbase.kde.org/Getting_Started/Build/Windows/emerge.
To get it all working is a pain in the ass, mostly because there is no guide.
Here is how I did it:
Install python and git.
Create a directory where you want to install kde. Name it kde4, i.e.
C:\kde4
. This is futher called%KDEROOT%
.Go to
%KDEROOT%
, usingcd %KDEROOT%
.Run
in this directory.
Make directory
%KDEROOT%\etc
.Copy from
%KDEROOT%\emerge\kdesettings-example.bat
to%KDEROOT%\etc\kdesettings.bat
, and change settings as preferred.Run:
then go to
%KDEROOT%\emerge
and runkdeenv.bat
.This will open a new window. Here you can start the building of kde.
Run
emerge qt
,emerge kdelibs
,emerge kde-baseapps
,emerge kdevelop
andemerge kdevelop-pg-qt
.This will take a while.
Now you need to make two bat files in the
%KDEROOT%\bin
directory.The first should be called
kbuildsycoca4.bat
and contain:and the second one should be called
kdevelop.bat
and contain:Now it should run.
I still have trouble with the kDevCmakeManager plugin and the source formatter settings under settings->kdevelop settings->source formatter. It crashes then.
KDevelop core developer here.
KDevelop 5 is now available for Windows, head over to: https://www.kdevelop.org/download
KDE 4 supports Windows, and you can check the install methods from this and here.
Note that you will have to use either MinGW or MSVC as the compiler, though.