It is recommended to build a RPM package and install it on your system.
make create-tarball rpm-buildThen install the rpm package on your system:
rpm --install /root/rpmbuild/RPMS/x86_64/cryptpilot-[0-9]*.rpmFor Debian/Ubuntu systems, you can build a DEB package:
make create-tarball deb-buildThen install the deb package on your system:
sudo dpkg -i /tmp/cryptpilot_*.debWe have provided some test cases. You can run them with the following command:
make run-test