From d1a2f08f0e3518061fff19438886ac9c40de7aef Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Tue, 21 Jul 2020 21:50:57 +0100 Subject: [PATCH] Adding basic build instruction, and reference to documentation. fixes https://github.com/cgsecurity/testdisk/issues/86 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a1392915..f7ba7f73 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,17 @@ TestDisk and PhotoRec run under: Both are under GNU General Public License. +To build git repository from source: + +``` +mkdir config +autoreconf --install -W all -I config +./configure +make +``` + +See also [latest documentation](https://github.com/cgsecurity/testdisk_documentation) + Christophe GRENIER [grenier@cgsecurity.org](mailto:grenier@cgsecurity.org) [https://www.cgsecurity.org/](https://www.cgsecurity.org/)