[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emacs-bidi] Re: Please help with the bidi Emacs
From: |
Eli Zaretskii |
Subject: |
Re: [emacs-bidi] Re: Please help with the bidi Emacs |
Date: |
21 Apr 2004 09:11:19 +0200 |
> From: Yair Friedman <address@hidden>
> 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, address@hidden 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:address@hidden:/cvsroot/emacs co -r emacs-bidi emacs
Good luck!