To install Versor, unpack the tarball into a suitable directory, and put that directory on your load-path.
From your .emacs, for the default setup, call
(add-to-list 'load-path "/path/to/versor/lisp") (require 'versor) (require 'languide) (versor-setup)