OS Xでは、付属のPythonのバージョンのアップデートと、PyGameの、PyOpenGLとPyObjCパッケージのインストールが必要になることがあります。この目的のためにビルドされたパッケージは
http://pythonmac.org/packages/でご利用いただけます。Mac用のXpdf、GhostScriptとpdftkはFink経由で利用できます。
前提となるソフトウェアのインストールが完了したら、ダウンロードしたアーカイブから impressive.py というファイルを取り出します。 それを直接実行してもかまいませんし、PATH 環境変数が示すどこかの場所 (~/bin や /usr/local/bin などがいいでしょう) にコピーしてもかまいません。
プレゼンを開始するには、コマンドラインから次のようにタイプします。
impressive.py demo.pdf
On OS X, an update of the Python version that came with the operating system may be required, as well as an installation of the PyGame, PyOpenGL and PyObjC packages. Prebuilt packages for this purpose are available at
http://pythonmac.org/packages/. Xpdf, GhostScript and pdftk for the Mac are available via Fink (packages xpdf, ghostscript, ghostscript-fonts and pdftk).
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日 13:35