#!/bin/sh
cp lib/x64/* /usr/local/lib64/
cp include/* /usr/local/include/
cp rules/* /etc/udev/rules.d
ldconfig
echo "Supporting files for C++ and ASI cameras on a 64-bit Intel OS have been installed."
echo "Use the wrapper in drvasi for C programs."

