A website accessibility evaluator in parallel. More detail in analysis.pdf.
- visit the libxml2 website
- click on the FTP link for xmlsoft.org
- copy libxml2-2.7.3.tar.gz to your local machine
- scp to your GHC machine and untar it
- cd into libxml2-2.7.3
- since we don't have permission to install to root on GHC, we need to install libxml2 somewhere else with: ./configure --prefix path/to/preferred/directory // I use: ./configure --prefix /afs/andrew.cmu.edu/usr15/jiaxix1/private/15418/parallel-accessibility/sequential
- run make
- run make install
- Go to Makefile in sequential and change the path for libxml2 to the path of your libxml2-2.7.3/include
- run make
- run ./accessibility file.xml