English 中文(简体)
资料来源:民主选举学会项目(Netbeans, Eclipse, ......)。
原标题:Source folder to IDE project (Netbeans, Eclipse, ...)

也许这是一个简单的问题,但我没有成功解决。 DN Sperf是C号诺明文撰写的测量工具。 我想对法典作一些改动。 因此,我从现场下载了这些来源。 现在,我想从这些来源中设立一个净户项目(或如果你想要的话,则采用Eclipse)。 来文方的夹载有大量档案(h、c、Makfile、.infile、......),我不知道如何这样做。 我曾用于进口由同一国际民主和选举援助学会创建的项目,但我在此不知道是否已使用国际民主和选举援助学会,如果是,则不知道。

感谢您的帮助

最佳回答

Finally, I ve found the solution. I used Netbeans. You need to create a C/C++ project from existing sources in the New Project wizard. Then, you select the folder that contains sources files. If your source folder has a configure file, Netbeans will find it automatically, configure the project using it and it s done, you have a ready Netbeans project.

@OnurTurhan 我的源头夹意在红树林,因此,我没有必要使用热带风暴,但感谢你的解释。 我认为,这是净户自动做的。

问题回答

1) Download and inst页: 1 cygwin,

(2) 下载和抽取剪辑

3) 起始点

4) 创建空心项目,选用环形工具链(如果你看不见圆环链,就应当增加PATH的变数。

5) Copy your source codes to this project and create make targets below in the folder which has makefile in it;

三、结 论

页: 1

Firstly run 三、结 论, than 页: 1.

步骤中可能有一些错误,即不试图审理你的案件。

Or simply after inst页: 1ing cygwin, from the cygwin console you can run

./三、结 论

make 页: 1

在文件夹中填写。





相关问题
Fastest method for running a binary search on a file in C?

For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Trying to split by two delimiters and it doesn t work - C

I wrote below code to readin line by line from stdin ex. city=Boston;city=New York;city=Chicago and then split each line by ; delimiter and print each record. Then in yet another loop I try to ...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

Encoding, decoding an integer to a char array

Please note that this is not homework and i did search before starting this new thread. I got Store an int in a char array? I was looking for an answer but didn t get any satisfactory answer in the ...

热门标签