Adding basic build instruction, and reference to documentation.
fixes https://github.com/cgsecurity/testdisk/issues/86
This commit is contained in:
parent
68135f43fa
commit
d1a2f08f0e
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -66,6 +66,17 @@ TestDisk and PhotoRec run under:
|
||||||
|
|
||||||
Both are under GNU General Public License.
|
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
|
Christophe GRENIER
|
||||||
[grenier@cgsecurity.org](mailto:grenier@cgsecurity.org)
|
[grenier@cgsecurity.org](mailto:grenier@cgsecurity.org)
|
||||||
[https://www.cgsecurity.org/](https://www.cgsecurity.org/)
|
[https://www.cgsecurity.org/](https://www.cgsecurity.org/)
|
||||||
|
|
Loading…
Reference in a new issue