Installing Accerciser on Ubuntu 7.10
March 1, 2008
Tags:
accessibility
I recently installed the awesome Accerciser accessibility testing tool on my Ubuntu 7.10 virtual machine. I installed the trunk version from subversion and needed these packages:
- subversion
- gnome-common
- libglib2.0-dev
- libgconf2-dev
- ipython
I checked out, built, and installed Accerciser with:
$ svn co http://svn.gnome.org/svn/accerciser/trunk accerciser
$ cd accerciser
$ ./autogen.sh
$ make
$ sudo make install
The "make install" installs a binary called "accerciser".
