There is a program called "https://code.google.com/p/bmin/", which I want to build under Visual Studio 2010 C++, as this is environment I'm used to work with all the time.
After getting sources, here is what I have:
- .git[folder]
- doc[folder]
- kernel[folder]
- qtgui[folder]
- shell[folder]
- .gitignore
- bmin.pro
- configure
- license
- main.cpp
Now, it depends on QT libraries, so I obtained QT from nokia and also installed visual studio 2010 qt addin. Still, I get lots of errors, if I just try and add all the project files into fresh Visual Studio TQ project.
So I need some general advices.
What was used to build this originally? Mingwc? What is proper way to import such code into visual studio 2010, what should I do about bmin.pro file and configure? There are also no 'make' file, so I'm a bit clueless how to start.