X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=INSTALL;h=05e902ad829fd1411e5ee15c91e6547550a43489;hb=5745fb41b4a6d8d2fc2915fb3d60f9d4072f2b0d;hp=153a2f1c0261bb37106602b50b0b4189883d954c;hpb=5d66ace14bf1d859d364e0004335d1a6800e0d40;p=vcs-tree.git diff --git a/INSTALL b/INSTALL index 153a2f1..05e902a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,11 @@ -This program requires the SBCL Common Lisp system (http://www.sbcl.org) -to compile and run. Because of its use of a new feature in the -sb-executable module, vcs-tree requires SBCL version 0.8.3.55 or greater. +This program requires the SBCL Common Lisp system +(http://www.sbcl.org) to compile. Because of its use of a new feature +of SBCL, "(save-lisp-and-die :executable t)", vcs-tree requires SBCL +version 0.9.4 or greater to compile Once you have SBCL installed on your system, you can give the command make -which will create the executable file "vcs-tree". You can then copy +which will create the executable file "_vcs-tree". You can then copy that file to any directory in your path, such as /usr/local/bin/ +Additionally, the small shell wrapper "vcs-tree" can be used and copied to +a directory of binaries along with _vcs-tree.