cgsecurity / testdisk

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

Compiling testdisk #79

Open flaviu22 opened 4 years ago

flaviu22 commented 4 years ago

I have read and applied the test disk documentation for compiling for windows:

I have installed cygwin for windows, successfully.

3.3.2 Compilation from git repository git clone https://git.cgsecurity.org/testdisk.git cd testdisk mkdir config autoreconf --install -W all -I config <---- error:

D:\Project\testdisk>autoreconf --install -W all -I config
'autoreconf' is not recognized as an internal or external command,
operable program or batch file.

Obviously, I have to install something else, but what ? I don't find in the pdf documentation anything else to install in order to compile it ...

cgsecurity commented 4 years ago

https://github.com/cgsecurity/testdisk_documentation/blob/master/compilation_env.rst have a detailed listed of package for various Linux distribution but not for cygwin. autoconf, autogen, automake are required...