Maybe it’s a simple question but I didn’t succeed to solve it. DNSperf is a measurement tool from Nominum written in C. I wanted to do some changes on the code. So, I’ve downloaded the sources from their site. Now, I want to create a Netbeans project (or Eclipse if you want) from these sources. The source folder contains a lot of files (.h, .c, Makefile, .in files, …) and I don’t know how to do this. I used to import project that have been created by the same IDE but here I don’t know if an IDE has been used, and if yes, which one.
Thanks for your help
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 My source folder was intended to Red Hat Linux so I didn’t need to use Cygwin, but thanks for your explanation. I think it’s what Netbeans has done automatically.