[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Getting eLyXer (was Re: [eLyXer-users] brackets with \left.)
From: |
Alex Fernandez |
Subject: |
Getting eLyXer (was Re: [eLyXer-users] brackets with \left.) |
Date: |
Sat, 19 Dec 2009 23:16:40 +0100 |
Hi Ken,
On Sat, Dec 19, 2009 at 9:13 PM, Ken <address@hidden> wrote:
> Hi Alex,
> Is there an easy way for be to obtain the latest version without git?
> I am a Windows user and usually a TortoiseSVN user and don't know how
> to use git. Is it possible to download the script from a webpage?
There is a full copy of the source code in the src/ folder of the distribution:
https://savannah.nongnu.org/files/?group=elyxer
But if you want the latest latest, you need to use git. There are ways
to use git on Windows, e.g.:
http://nathanj.github.com/gitguide/tour.html
then you can just download the latest version from Savannah:
git clone git://git.savannah.nongnu.org/elyxer.git
Just a note: to generate the latest version of the executable script
the included "make" will not work on Windows, but its first lines
should work alright:
# create executable
cd src
./exportconfig.py py
./coalesce.py principal.py > ../elyxer.py
Otherwise you have to wait for the next release, which hopefully will
be this weekend!
Alex.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Getting eLyXer (was Re: [eLyXer-users] brackets with \left.),
Alex Fernandez <=