testdisk icon indicating copy to clipboard operation
testdisk copied to clipboard

Compiling testdisk

Open flaviu22 opened this issue 5 years ago • 6 comments

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 ...

flaviu22 avatar Apr 28 '20 14:04 flaviu22

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...

cgsecurity avatar Apr 28 '20 15:04 cgsecurity