This has been bugging me for a while.

So, here’s a quick and easy way to do it:

Code:

wget http://garr.dl.sourceforge.net/sourceforge/parchive/par2cmdline-0.4.tar.gz

wget http://sage.math.washington.edu/home/binegar/src/par2cmdline-0.4-gcc4.patch

tar zxf par2cmdline-0.4.tar.gz

cd par2cmdline-0.4

patch <../par2cmdline-0.4-gcc4.patch reedsolomon.cpp

./configure

make

make check

make install # Need to do this as admin

cd ..

\