Page 1 of 1

How to get QPhotoRec Binary

Posted: 04 May 2016, 19:42
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.

Re: How to get QPhotoRec Binary

Posted: 05 May 2016, 11:18
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