How to get QPhotoRec Binary

Using PhotoRec to recover lost data
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
silentenigma
Posts: 1
Joined: 04 May 2016, 19:34

How to get QPhotoRec Binary

#1 Post by silentenigma »

Hello;
under linux i am trying to compile testdisk. testdisk and photorec binaries work well. But i can't get the QPhotoRec binary? What should i do to get QPhotoRec binary thanks.

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: How to get QPhotoRec Binary

#2 Post by cgrenier »

Debian, Ubuntu:

Code: Select all

apt-get install build-essential e2fslibs-dev libncurses5-dev libncursesw5-dev libntfs-dev libjpeg62-dev libreiserfs0.3-dev uuid-dev zlib1g-dev qtbase5-dev qttools5-dev-tools
apt-get install autoconf automake git-core
Fedora, RedHat Enterprise, CentOS

Code: Select all

yum install libtool autoconf automake desktop-file-utils e2fsprogs-devel libewf-devel libjpeg-devel ncurses-devel ntfs-3g-devel zlib-devel libuuid-devel qt5-linguist qt5-qtbase-devel openssl-devel pkgconfig 
Once its done, run again ./configure && make

Locked