a2ps on miho-1

miho-1 にa2ps をインストールした。

  1. まず、以下をダウンロード。
  1. miho-1:/home/kobayash/bin/ に移動させる
  2. 解凍
    $ cd /home/kobayash/bin/
    $ tar zxvf a2ps-4.14.tar.gz
    $ tar zxvf gperf-3.1.tar.gz
  3. gperf のインストール
    $ cd /home/kobayash/bin/gperf-3.1
    $ ./configure --prefix=$PWD --exec-prefix=$PWD
    $ make
    $ make install
  4. .bashrc に以下を追加 (ライブラリのパスはいる?)
    export PATH=/home/kobayash/bin/gperf-3.1/bin:$PATH
    export LD_LIBRARY_PATH=/home/kobayash/bin/gperf-3.1/lib:$LD_LIBRARY_PATH
  5. source ~/.bashrc を実行
    $ source ~/.bashrc
  6. a2ps のインストール
    $ cd /home/kobayash/bin/a2ps-4.14
    $ ./configure --prefix=$PWD --exec-prefix=$PWD
    $ make
    $ make install
  7. .bashrc に以下を追加 (ライブラリのパスはいる?)
    export PATH=/home/kobayash/bin/a2ps-4.14/bin:$PATH
    export LD_LIBRARY_PATH=/home/kobayash/bin/a2ps-4.14/lib:$LD_LIBRARY_PATH
softwares/a2ps.txt · 最終更新: 2017/06/13 14:27 by kobayash
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0