Skip to main content.

Installation

Installation from source

Installing pxview from source has been simplified as much as possible and should be flawless on most Unix systems, expecially Linux on which pxlib is being developed.

On a recent Linux system you will need no extra libraries execpt for pxlib to compile pxview.

If libsqlite is available it will also be used for conversion into a sqlite database.

pxview's documentation is written in docbook and needs docbook-to-man and docbook2man for building. If you do not have these two utilities you can still build pxview but you will not have documentation.

In order to install pxview run the following commands:

./configure
make
make install

Installation will be by default into /usr/local. Run ./configure --help for a list of available configuration options.

Installation on debian

Debian sarge users can get a source package and binary packages for i386 and powerpc in the download section.

Installation on rpm based systems

Those using an rpm based system like Fedora, SuSE, or Mandrake may try the precompiled binaries or recompile from the rpm source package, all available in the download section.

Installation on MS Windows™

I have heard of users being able to compile pxview even on MS Windows™. Unfortunately, I've never managed to do it. Let me know if you know how to do it.