Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 лет назад
123456789101112131415161718192021222324252627282930313233
  1. ## Building from Source
  2. [Eclipse](http://eclipse.org) is recommended for development as the project settings are preconfigured.
  3. Additionally, [eclipse-cs](http://eclipse-cs.sourceforge.net), [FindBugs](http://findbugs.sourceforge.net), and [EclEmma](http://www.eclemma.org) are recommended development tools.
  4. ### Build Dependencies (bundled)
  5. - [google-code-prettify](http://code.google.com/p/google-code-prettify) (Apache 2.0)
  6. ### Build Dependencies (downloaded during build)
  7. - [H2 Database](http://h2database.com) (Eclipse Public License 1.0)
  8. - [JUnit](http://junit.org) (Common Public License)
  9. - [commons-net](http://commons.apache.org/net) (Apache 2.0)
  10. - [ant-googlecode](http://code.google.com/p/ant-googlecode) (New BSD)
  11. - [MarkdownPapers](http://markdown.tautua.org) (Apache 2.0)
  12. - [doclava](http://code.google.com/p/doclava) (Apache 2.0)
  13. - [SLF4J](http://www.slf4j.org) (MIT/X11)
  14. ### Instructions
  15. 1. Clone the git repository from [GoogleCode][iciqlsrc].
  16. 2. Import the iciql project into your Eclipse workspace.<br/>
  17. *There will be some build errors.*
  18. 3. Using Ant, execute the `build.xml` script in the project root.<br/>
  19. *This will download all necessary build dependencies.*
  20. 4. Select your iciql project root and **Refresh** the project, this should correct all build problems.
  21. ## Contributing
  22. Patches welcome in any form.
  23. Contributions must be your own original work and must licensed under the [Apache License, Version 2.0][apachelicense], the same license used by iciql.
  24. [iciqlsrc]: https://code.google.com/p/iciql/ "iciql git repository"
  25. [apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0"