I want to develop a fairly simple application using c++ for mongoDB and I follow their tutorials : http://www.mongodb.org/pages/viewpage.action?pageId=133415
and for installing driver I followed this one : https://groups.google.com/forum/?fromgroups=#!msg/mongodb-user/-mPG7MDJgm8/nZSiN42DJWIJ (Waitman Gobble/5 jun answer)
but yet when I try to compile a simple application I will get following error :
fatal error: client/dbclient.h: No such file or directory
I'm pretty sure the problem is MongoDB c++ driver hasn't installed yet.
How can I install it properly?