You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

05_building.mkd 1.6KB

Building from Source

Eclipse is recommended for development as the project settings are preconfigured.

Additionally, eclipse-cs, FindBugs, and EclEmma are recommended development tools.

Build Dependencies (bundled)

Build Dependencies (downloaded during build)

Instructions

  1. Clone the git repository from GoogleCode.
  2. Import the iciql project into your Eclipse workspace.
    There will be some build errors.
  3. Using Ant, execute the build.xml script in the project root.
    This will download all necessary build dependencies.
  4. Select your iciql project root and Refresh the project, this should correct all build problems.

Contributing

Patches welcome in any form.

Contributions must be your own original work and must licensed under the Apache License, Version 2.0, the same license used by iciql.