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