/README.txt

http://github.com/kilim/kilim · Plain Text · 22 lines · 15 code · 7 blank · 0 comment · 0 complexity · 0c5dfefa611fa22cc5837830a8eedf0d MD5 · raw file

  1. Kilim v1.0
  2. Copyright (c) 2006 Sriram Srinivasan.
  3. (kilim _at_ malhar.net)
  4. ======================================================================
  5. This software is released under an MIT-style licesne (please see the
  6. License file).
  7. Please see docs/manual.txt and docs/kilim_ecoop08.pdf for a brief
  8. introduction.
  9. This software depends on the ASM bytecode library (v. 4.x)
  10. To build, you can either run "build.sh" on Unix or ant from the top
  11. directory. Run "test.sh" or "ant test" to test.
  12. To run an example, type (say)
  13. java -cp ./classes:$CLASSPATH kilim.examples.Chain 10
  14. Please send comments, queries, code fixes, constructive criticisms to
  15. kilim _at_ malhar.net