cgsecurity / testdisk

TestDisk & PhotoRec
https://www.cgsecurity.org/
GNU General Public License v2.0
1.58k stars 195 forks source link

There is no possibility of proper installation #56

Closed torerobo closed 5 years ago

torerobo commented 5 years ago

According to the instructions you need to do ./configure && make && make install ./configure - not available!

─[root@Https]─[/home/User/testdisk-master] └──╼ #./configure bash: ./configure: Нет такого файла или каталога

cgsecurity commented 5 years ago

If you are trying to compile after a git clone, read https://github.com/cgsecurity/testdisk_documentation/blob/master/compilation.rst

torerobo commented 5 years ago

Yes, thanks, it propelled me further! But on "make" I get errors ... I wanted to compile the software with github, because the developer wasn’t judged to include Qphotorec in the static build. Because of this, I got a bunch of problems.

In any case, the installation documentation must be redone, it is not correct.

cgsecurity commented 5 years ago

The INSTALL file seems correct, it shows

Generating configure script
===========================

      mkdir config
      autoreconf --install -W all -I config

This file also lists packages that are needed for the compilation.

Please let me know exactly what should be changed in the documentation.

torerobo commented 5 years ago

I'm sorry. Busy I will try to analyze the documentation again soon.