|
- c:\source に Meadow-1.15-src.tar を解凍
- cd Meadow-1.15\nt [RETURN]
- nmake -f Meadow.mak all [RETURN]
- nmake INSTALL_DIR= -f Meadow.mak install [RETURN]
#!/bin/sh
export CVS_RSH="ssh"
# 初回
cvs -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs
# 二回目以降
cd emacs
cvs update
|