Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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.