Catch up the current version of Mew
The latest code of Mew is available on github. The following is how to obtain the latest code.
Obtaining sources
To clone the sources, type as follows:
% git clone https://github.com/kazu-yamamoto/Mew.git
The directory “Mew” will be created under the current directory.
Updating
Whenever you like, catch up the current.
% cd Mew
% git pull
% make distclean
% ./configure
% make
% su
# make install
Note that you should execute this command in the “Mew” directory. Since old elc files can cause problems, you should execute make distclean before make (if Makefile does not exist, this causes an error. But please ignore it).