viaduck/mariadbpp

I don't understand how to use mariadbpp

Closed this issue · 2 comments

This is what I did:

  1. Cloned the repository
  2. Changed the directory to mariadbpp
  3. ran git submodul update --init

What should I do now? Should I build the project and link it with my program? If so, how to build mariadbpp?

I am sorry if i misunderstood anything

Ok. I get now get it.

  1. I have to download cmake
  2. run cmake
  3. run make

And mariadbpp is the name of the library I built

Please read up on how to use CMake on Linux before opening issues.