testdisk
testdisk copied to clipboard
Compiling testdisk
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 ...
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...