Mercurial > vba-clojure
comparison README @ 616:b90c645dac33
better readme.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 26 Feb 2013 11:55:34 +0000 |
parents | bd664a9bd863 |
children |
comparison
equal
deleted
inserted
replaced
615:bd664a9bd863 | 616:b90c645dac33 |
---|---|
68 autoreconf -i | 68 autoreconf -i |
69 ./configure | 69 ./configure |
70 make | 70 make |
71 make install | 71 make install |
72 | 72 |
73 To fine tune the installation, pass different flags to the configure | |
74 script, in particular the --prefix flag. run `./configure --help` to | |
75 see available options and defaults. | |
76 | |
77 * Using the clojure code. | |
78 | |
79 If you're interested in hacking on the clojure code, then once you've | |
80 completed the compilation instructions above, you will need to launch | |
81 clojure (however you do it) and include the following things on your | |
82 classpath (all directories are relative to project root). | |
83 | |
84 /clojure --- the clojure source files | |
85 /java/dist/* --- JNI bindings | |
86 /java/lib/* --- tritonus libs | |
87 | |
88 You will also need to put the compiled library file produced from the | |
89 "How to Compile" section in a place where it can be loaded as a | |
90 dynamic library. You can do this by running `make install` where you | |
91 had previously configured the package to install in a system | |
92 directory, or you can use the LD_LIBRARY_PATH to point your system to | |
93 the directory containing the library file. | |
94 | |
95 | |
96 * Bugs | |
97 | |
98 Please let me know if you find any bugs, or have any comments, at | |
99 rlm@mit.edu. | |
73 | 100 |
74 | 101 |
75 | 102 |