Re: Re: Please help with the bidi Emacs
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
> From: Yair Friedman <[email protected]> > Date: Mon, 19 Apr 2004 10:17:00 +0200 > > > > If people are interested, I will post here the details of accessing > > this branch via CVS. > > > Yes please! Okay, see below (untested with this specific branch, but it's a fairly generic CVS usage, so it should just work ;-). > I guess I need instruction on how to build Emacs on W32/MSVC also. You should be able to find these instructions in these 2 files, once you check-out the sources from the CVS: INSTALL.CVS nt/INSTALL Use the instructions in INSTALL.CVS modified as per what nt/INSTALL says about the commands mentioned in INSTALL.CVS. If you have problems building Emacs, [email protected] is the place to ask questions. (If the problems seem to be specific to the bidi version, please CC this list as well, for the benefit of other users of that version.) To check-out the emacs-bidi version: . Set up your CVS as explained in http://savannah.gnu.org/cvs/?group=emacs . Type these commands (or their equivalent, if you are not on a Unix or GNU system): export CVS_RSH="ssh" cvs -z3 -d:ext:[email protected]:/cvsroot/emacs co -r emacs-bidi emacs Good luck!