Getting medit
Download
Releases are located at
SourceForge download site.
Fresh sources
Sources of medit are tracked using
mercurial,
repository is located at
http://mooedit.sourceforge.net/hg/moo. You can browse it online,
or you can check out a copy using command
hg clone http://mooedit.sourceforge.net/hg/moo
It will check out copy of medit repository. To update it later on, use
hg pull; hg update
in this directory.
Alternatively you can get a tarball
here.
It does not contain the configure script, so you will need to build it as follows:
./autogen.sh
./configure
make
make install
Note, 'make install' is not quite optional. For autogen.sh to work you will need
libtool, automake-1.10, and autoconf.