Homepage

  • emacs 21.3
  • libjpeg
  • liblockfile
  • ncurses 5.3
  • libpng 1.2.7
  • libtiff 3.6.1
  • xaw3d 1.5
  • xlibs
  • zlib 1.2.1
  • termcap 1.3.1
    wget http://ftp.gnu.org/pub/gnu/emacs/emacs-21.3.tar.gz
    wget ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
    wget http://mesh.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.7.tar.gz
    wget ftp://ftp.remotesensing.org/pub/libtiff/tiff-v3.6.1.tar.gz
    wget http://www.zlib.net/zlib-1.2.1.tar.gz
    wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.3.tar.gz
    wget ftp://ftp.ring.gr.jp/pub/GNU/termcap/termcap-1.3.1.tar.gz

  • tar zxvf emacs-21.3.tar.gz
  • tar zxvf zlib-1.2.1.tar.gz
  • tar zxvf libpng-1.2.7.tar.gz
  • tar zxvf jpegsrc.v6b.tar.gz
  • tar zxvf tiff-v3.6.1.tar.gz
  • tar zxvf ncurses-5.3.tar.gz
  • tar zxvf termcap-1.3.1.tar.gz

  • zlib
    ./configure
    make
    sudo make install
  • libpng
    cp scripts/makefile.linux makefile
    vi makefile
       ------------------------------------
       #ZLIBLIB=/usr/local/lib
       #ZLIBINC=/usr/local/include
       ZLIBLIB=../zlib
       ZLIBINC=../zlib
    
       ZLIBLIB=/usr/local/lib
       ZLIBINC=/usr/local/include
       #ZLIBLIB=../zlib
       #ZLIBINC=../zlib
       ------------------------------------
    make
    sudo make install
  • libjpeg
    ./configure --enable-shared
    make
    sudo make install
  • libtiff
    ./configure
    make 
    sudo make install
  • ncurses
    ./configure --with-shared --with-normal 
    make 
    sudo make install
  • emacs
    ./configure
    make
    sudo make install





トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: Tue, 12 Oct 2021 01:13:50 JST (926d)