Skip to content

Latest commit

 

History

History
 
 

README.md


Building echoprint-codegen-ios

  1. If you don't have it, get boost Note: echoprint-codegen only uses boost headers for some numeric operations, so you don't need to compile boost.

  2. Open echoprint-codegen-ios.xconfig and set up your boost include directory, e.g.,

    HEADER_SEARCH_PATHS = /Users/artgillespie/dev/src/boost_1_46_1

  3. Build!

  4. If you get a bunch of build errors, goto 2.


Using echoprint-codegen-ios in your iOS app

Check out the sample app!