Some Linux ディストリビューションの中には、標準のパッケージリポジトリーに Impressive が含まれているものもあります。たとえば、Debian や Gentoo を使っているならば、apt-get install impressive あるいは emerge impressive とするだけでこのソフトウェアのインストールに成功するかもしれません。ただし、そうしたパッケージを本プログラムの作者がメンテナンスしているわけではないこと、そのためそうしたパッケージが最新の状態ではないかもしれないことに注意してください。
Debian ユーザーは次のようにタイプすることで一度にすべてのパッケージをインストールできます。(訳注: 1 行のコマンドラインです。)
aptitude install python python-opengl python-pygame python-imaging xpdf-reader gs pdftk xdg-utils mplayer
前提となるソフトウェアのインストールが完了したら、ダウンロードしたアーカイブから impressive.py というファイルを取り出します。 それを直接実行してもかまいませんし、PATH 環境変数が示すどこかの場所 (~/bin や /usr/local/bin などがいいでしょう) にコピーしてもかまいません。
ubuntu 12.04 LTSでは、ubuntuソフトウェアセンターからインストールできます。
Some Linux Distributions are already including Impressive into their standard package repositories. For example, if you are using Debian or Gentoo, you may succeed installing the program with a mere apt-get install impressive or emerge impressive. However, note that these packages are not maintained by the program's author and may be outdated.
Debian users can install all these packages at once by typing
aptitude install python python-opengl python-pygame python-imaging xpdf-reader gs pdftk xdg-utils mplayer
After installing the prerequisites mentioned in the last chapter, extract the file impressive.py from the downloadable archive. You can either start it directly or copy it to some location in your $PATH (~/bin or /usr/local/bin are good candidates).
最終更新:2012年10月19日 16:07