# cryptest.exe needs "usage.dat" in current/working directory
# "usage.dat" is installed in /usr/share/doc/cryptopp

cp cryptest.exe  /usr/bin  &&
cp libcryptopp.a /usr/lib  &&

mkdir -p /usr/include/cryptopp  &&
cp *.h /usr/include/cryptopp
