Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 648 Bytes

File metadata and controls

41 lines (25 loc) · 648 Bytes

Development

Build and Install

RPM Package (RHEL/CentOS/Anolis)

It is recommended to build a RPM package and install it on your system.

make create-tarball rpm-build

Then install the rpm package on your system:

rpm --install /root/rpmbuild/RPMS/x86_64/cryptpilot-[0-9]*.rpm

DEB Package (Debian/Ubuntu)

For Debian/Ubuntu systems, you can build a DEB package:

make create-tarball deb-build

Then install the deb package on your system:

sudo dpkg -i /tmp/cryptpilot_*.deb

Test

We have provided some test cases. You can run them with the following command:

make run-test