Compiling Xarchiver is quite easy. The following should do it:
%
./configure --prefix=/usr
%
make
%
make install
The configure script supports several common options, for a detailed list, type
%
./configure --help
If there are any errors during compilation, check your build environment and try to find the error,
otherwise contact the author at <colossus73@gmail.com>
.