Skip to content
Harsha Alva edited this page Apr 24, 2017 · 6 revisions

Welcome to the Kandy C++ SMS Library wiki!

This series of articles will help you to use the library in a project.
To keep things simple, header files (*.hpp) will not be used in this project.

 

Development tools

  • git will be used for version control.
  • CMake will be used for build automation.

 

Project lifecycle

  1. Install third party libraries
  2. Initialize and configure project
  3. Write source files, build and run project

 

Additional Reading

Library Reference