Emacs の始め方
 (b) 自分で環境を用意
 どの版 ?
起動環境
 NetBSD
  packages
  pkgsrc
 FreeBSD
 Linux
  CentOS
  Fedora Core
  Suse
  Debian
  Vine
  Ubuntu
   anthy.el
   tamago
   wanderlust
   emacs-snapshot
   tcode
   auctex
   まとめ
 Mac OS X
  1. OS 内蔵
   日本語表示
   日本語入力
  2. 自分で作る
  3. 拾って来る
 Windows
  Meadow
   shell
  NTEmacs
  Cygwin/X
  xyzzy.exe
 current
  TsubaiBSD
site-lisp
  emacs-w3m
  wanderlust
  riece
  auctex
  tc-2
  mu-cite
  tamago
日本語入力
 anthy
 tamago
  tamago の設置
   Ubuntu
   NetBSD/pkgsrc
   上記以外
  tamago の設定・起動
  問題
  url
 anthy
 起動時の漢字コード
  日本語を使う
   OS の設定から変更
 極める

software 入口 | Emacs | making emacs-21 | dot.emacs | application | らくらく本

Emacs の始め方

Last Update: "2007/02/23 00:54:39 makoto"

TsubaiBSD

NetBSD/macppc の一変種の TsubaiBSD の場合を示します。
   102  0:02    cd /export/cvs-work
   108  0:03    cvs -d :pserver:anoncvs@cvs.sv.gnu.org:/sources/emacs co emacs

   112  0:17    mkdir work
   113  0:17    cd work
   114  0:17    ../emacs/configure --without-xim
Configured for `powerpc-unknown-netbsd3.99.21'.

  Where should the build process find the source code?    /export/cvs-work/emacs
  What operating system and machine description files should Emacs use?
        `s/netbsd.h' and `m/macppc.h'
  What compiler should emacs be built with?               gcc -g -O2 -Wno-pointer-sign 
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                /usr/X11/include
  Where do we find X Windows libraries?                   /usr/X11/lib
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use -lungif?                                 yes
  Does Emacs use -lpng?                                   yes
  Does Emacs use X toolkit scroll bars?                   yes
ttyr0:makoto@mini 0:20:08/070223(...cvs-work/work)> time make bootstrap
...
Saving file /export/cvs-work/emacs/lisp/cus-load.el...
Wrote /export/cvs-work/emacs/lisp/cus-load.el
Generating /export/cvs-work/emacs/lisp/cus-load.el...done
979.880u 122.530s 20:42.33 88.7%        0+0k 186+8042io 155pf+13w
ttyr0:makoto@mini 0:42:35/070223(...cvs-work/work)> 
作ったところで、そのまま起動して見る
ttyr0:makoto@mini 0:49:50/070223(...cvs-work/work)> src/emacs
^C
ttyr0:makoto@mini 0:50:12/070223(...cvs-work/work)> src/emacs --version
GNU Emacs 22.0.93.1
これで起動するなら sudo make install します。
Last Update: Sat, 07 Jun 2014 22:16:17 GMT 1.66 2008/03/08