pdfcrack-mp icon indicating copy to clipboard operation
pdfcrack-mp copied to clipboard

Build and test for multiple distros

Open shreepads opened this issue 9 years ago • 4 comments

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

shreepads avatar Nov 29 '15 09:11 shreepads

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

shreepads avatar Jun 10 '17 14:06 shreepads

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

shreepads avatar Jun 10 '17 15:06 shreepads

Working on Stable desktop versions of Debian (Jessie) and Fedora (25)

shreepads avatar Jun 17 '17 03:06 shreepads

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

jernejmarcic avatar Feb 21 '23 19:02 jernejmarcic