The original name of this program was "C++ read config", but it was later changed to "Cppconfig".
Despite the name, Cppconfig is designed for C++.
Any C++98/C++11 compiler should work. If your compiler has the C++98/C++11 features that are available in Visual Studio 2010 then it will work.
There are multiple compilation choices:
- g++ 4.4 (and above)
- clang++ 2.9 (and above)
If you just want to build Cppcheck without dependencies then you can use this command:
make all
- Create a empty project file / makefile.
- Add all cpp files in the cppcheck cli and lib folders to the project file / makefile.
- Compile.