diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:35:54 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:35:54 +0000 |
commit | 5d1c8ac668ddff98c145fc0aaef35101c9454742 (patch) | |
tree | 248f02e75c1fa664da68d97e3c4cda52e783f9f0 | |
parent | d389fccd178f9692a86746ddfc3fd50d3d2a9e4d (diff) | |
download | idutils-5d1c8ac668ddff98c145fc0aaef35101c9454742.tar.gz idutils-5d1c8ac668ddff98c145fc0aaef35101c9454742.tar.bz2 idutils-5d1c8ac668ddff98c145fc0aaef35101c9454742.zip |
Initial revision
-rw-r--r-- | README.alpha-test | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/README.alpha-test b/README.alpha-test new file mode 100644 index 0000000..1f9bd31 --- /dev/null +++ b/README.alpha-test @@ -0,0 +1,43 @@ +`mkid' README.alpha-test + +Special instructions for alpha testers: + +* The code is pretty solid, so I expect most problems to be portability + issues. + +* At least do this: + + ./configure --prefix test; make all; make check; make install. + + Make check should "echo OK" if it succeeded. This is not a very rigorous + test, but it at least ensures sanity for the core tools. + If all goes well and you want to start using it, reconfigure to install + in a normal place, e.g., + + # put things in /usr/local/{bin,lib,info} (the default) + ./configure; make install + -or- + # put things in /usr/{bin,lib,info} + ./configure --prefix /usr; make install + + The ID file format is incompatible with mkid2, so you'll have to rebuild + your ID files. You should notice that the new mkid is faster. + +* If you run into build problems, please help by emailing me the following: + * A brilliant, elegant patch to fix it. ;-) + -- or, if you don't have time for that... -- + * The output of "make -k all", to show me where it's dying. + * The output of "uname -a" + * The output of "nm" on your system's libc. + * An ID file of the .h files in your system's /usr/include (I know--it's + a checken and egg problem. Use mkid2. You don't have mkid2? It's ok, + don't knock yourself out.) + +* Be aware that this is still work in progress. See TODO for a list of + things yet undone. + + +Local Variables: +mode: text +fill-column: 75 +End: |