pdfcrack-mp
pdfcrack-mp copied to clipboard
Build and test for multiple distros
Ensure that pdfcrack-mp runs on the following
- Fedora Stable
- Debian Stable and Testing
- Ubuntu LTS and Latest
- Arch
- OpenSuse Leap and possibly Tumbleweed
- AWS Linux
The following list of tasks should complete successfully, once build essentials (make, git, gcc) are installed from the default repositories on a fresh install
-
cd ~
-
mkdir github
-
git clone https://github.com/shreepads/pdfcrack-mp.git
-
git checkout baseopenmp
-
make
-
make testall
-
make install
-
make clean
Working on AWS using the AMIs:
- Red Hat Enterprise Linux 7.3 (HVM), SSD Volume Type - ami-b63769a1
- Ubuntu Server 16.04 LTS (HVM), SSD Volume Type - ami-80861296
Working on AWS using the AMIs:
- SUSE Linux Enterprise Server 12 SP2 (HVM), SSD Volume Type - ami-fde4ebea
- Amazon Linux AMI 2017.03.0 (HVM), SSD Volume Type - ami-c58c1dd3
Working on Stable desktop versions of Debian (Jessie) and Fedora (25)
I get this error on fedora 37: make: *** No rule to make target 'install'. Stop. Followed all other steps and to this point everything worked