Menu

Tree [818a6f] master /
 History

HTTPS access


File Date Author Commit
 makefiles 2017-11-08 Vipul Lal Vipul Lal [7ffdfa] added makefile for linux
 src 2017-11-12 Vipul Lal Vipul Lal [818a6f] Deleted .DS_Store files
 README.md 2017-11-04 Vipul Lal Vipul Lal [337da7] README.md created online with Bitbucket

Read Me

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

Version 1.0.0

This program will generate Objective-C and Android (Java) code for persisting objects into an SQLIte database.

It is written in C++ and will compile on any platform (Unix, Mac or Windows), though you will require cmake to
generate the makefiles.

I have tested it on Mac.

The code requires C++ 14 compatible compiler.

How do I get set up?

  1. create a build directory at the level where you checked out the code.
  2. cd build
  3. cmake ../src
    This will create the required make files.
  4. make
    This will compile the code and create the executable. If you built the debug target, the executable will be in:
    ./build/codegen/Debug/codegen
    You can run this using the sample .xml:
    ../build/codegen/Debug/codegen src/sample1/test.xml

  5. Summary of set up

  6. Configuration
  7. Dependencies
  8. Database configuration
  9. How to run tests
  10. Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.