Setting up the ARM4FS development environment

From
Revision as of 12:03, 16 May 2006 by Henryk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The ARM4FS proof of concept programs are written in Python and kept in a SVN repository. You can check them out with

svn checkout svn://brn-svn.sar.informatik.hu-berlin.de/arm4sns/arm4fs

which will get you an arm4fs directory with two subdirectories: sns-al (the Anonymization Layer Server and Client) and sns-rs (the Reputation System). To run the programs at least Python 2.3 and some additional libraries are needed:

sns-rs
You need numarray (package python-numarray under Debian, numarray under Gentoo)
sns-al
You need pyopenssl (Debian: python-pyopenssl, Gentoo: pyopenssl), pycrypto (Debian: python-crypto, Gentoo: pycrypto), SQLObject (Debian: python-sqlobject, Gentoo: sqlobject), sqlite (Debian: python-sqlite, Gentoo: pysqlite but it suffices to have the sqlite USE flag set when emerging sqlobject)