[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
TRAMP is freely available on the Internet and the latest release may be downloaded from ftp://ftp.gnu.org/gnu/tramp/. This release includes the full documentation and code for TRAMP, suitable for installation. But GNU Emacs (22 or later) includes TRAMP already, and there is a TRAMP package for XEmacs, as well. So maybe it is easier to just use those. But if you want the bleeding edge, read on@dots{...}
For the especially brave, TRAMP is available from CVS. The CVS version is the latest version of the code and may contain incomplete features or new issues. Use these versions at your own risk.
Instructions for obtaining the latest development version of TRAMP from CVS can be found by going to the Savannah project page at the following URL and then clicking on the CVS link in the navigation bar at the top.
http://savannah.gnu.org/projects/tramp/
Or follow the example session below:
] cd ~/xemacs ] export CVS_RSH="ssh" ] cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/tramp co tramp |
You should now have a directory `~/xemacs/tramp' containing the latest version of TRAMP. You can fetch the latest updates from the repository by issuing the command:
] cd ~/xemacs/tramp ] export CVS_RSH="ssh" ] cvs update -d |
Once you've got updated files from the CVS repository, you need to run
autoconf
in order to get an up-to-date `configure'
script:
] cd ~/xemacs/tramp ] autoconf |
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by XEmacs shared group account on December, 19 2009
using texi2html 1.65.