Sorry, didn't mean to offend anyone.
So what is it you need help with specifically?
I think I have all the dependencies now. But I'm not versed in compiling. I'm not sure about the config4Cpp.. couldn't find any place that had that... just the source.
I read the read me about config4cpp but can't get any of that to work:
Documentation
-------------
Comprehensive documentation for Config4Cpp is available. However, it is
distributed separately from the source code. You can find the
documentation (in PDF and HTML formats) on
www.config4star.org.
Compilation instructions
------------------------
The build system has been tested on: (1) Linux with G++, (2) Cygwin with
G++, and (3) Windows with Visual C++ 6.0.
To build on Linux or Cygwin, run the following commands:
make
To build on Windows with Visual C++, run the following commands:
vcvars32.bat
nmake -f Makefile.win
If you are building on another operating system, or with another
compiler, the you might need to edit "Makefile.inc" (if you are on a
UNIX-like operating system) or "Makefile.win.inc" (if you are on
Windows). You might also need to edit "src/platform.h" and
"src/platform.cpp".
Executables will be put into the "bin" directory, and library files will
be put into the "lib" directory.
I also just tried to run eclipse and open the makefile but I really don't know what I'm doing:
http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fconcepts%2Fcdt_c_build_over.htmFeel like I'm getting closer
Edit: I just opened the makefile.win in eclipse and ran it but got an error.