Chinaunix首页 | 论坛 | 博客
  • 博客访问: 581757
  • 博文数量: 208
  • 博客积分: 3286
  • 博客等级: 中校
  • 技术积分: 1780
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-24 20:38
文章分类

全部博文(208)

文章存档

2012年(7)

2011年(28)

2010年(21)

2009年(76)

2008年(65)

2007年(11)

我的朋友

分类: WINDOWS

2007-09-24 21:57:57

 

1. 编译环境

     i.   Mingw                        --
     ii.  Image libs, Texinfo          --
          jpeg (bin&lib),
          libpng (bin&lib),
          libungif (bin&src),
          tiff (bin&lib),
          xpm (bin&lib&src),
          zlib (bin&src),
          texinfo (bin).

2. 下载CVS Emacs源代码

   

   Software repository :

  cvs -z3 -d:pserver:anonymous at cvs dot savannah.gnu.org:/sources/emacs co <modulename>

  Webpages repository :

  cvs -z3 -d:pserver:anonymous at cvs dot savannah.gnu.org:/web/emacs co <modulename>
   如果需要 Emacs 的 emacs-unicode-2 分支,需在 前加 -r emacs-unicode-2 参数

   注:cvs软件下载


3. 编译&安装

   在CMD中运行命令:
       1>    cd EMACS\nt
       2>    configure.bat --with-gcc --no-debug --no-cygwin
       3>    make bootstrap
       4>    make info
       5>   make install INSTALL_DIR=x:/PATH/emacs
       6>   cp jpeg62.dll libpng13.dll libtiff3.dll libungif4.dll \
             xpm4.dll zlib1.dll x:/PATH/emacs/bin

阅读(947) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~