Download
You can download OpenXCAP in the following ways:
Debian Packages
Linux installation instructions are available here. The package name is openxcap.
After that, run:
sudo apt-get update
Install OpenXCAP:
sudo apt-get install openxcap
Install xcap-client library:
sudo apt-get install python-xcaplib
Installing from source
Dependencies
The software has been developed and tested on Linux Debian unstable distribution.
The software has the following dependencies:
Python 2.7 http://www.python.org
Twisted Core, Twisted Web and Twisted Web 2 >= 8.1.0 http://twistedmatrix.com
python-lxml >= 2.0.7 http://codespeak.net/lxml)
python-application >= 2.8.0 http://download.ag-projects.com/others/
python-gnutls >= 3.0.0 http://pypi.python.org/pypi/python-gnutls
python-mysqldb >=1.2.2 http://pypi.python.org/simple/mysql-python
python-imaging >=1.1.7 http://pypi.python.org/simple/PIL/
Tar Archieve
The software is available as a tar archive at:
Extract it using tar xzvf openxcap-version.tar.gz
and change directory to the newly created openxcap directory.
The source code is also managed using darcs version control tool. The darcs repository can be fetched with:
darcs get http://devel.ag-projects.com/repositories/openxcap
Other packages like python-xcaplib can be obtained in the same way.
To obtain the incremental changes after the initial get:
cd openxcap darcs pull -a
After fetching install the software:
cd openxcap sudo python setup.py install