Installation
TestDisk need ncurses library (should work with curses or pdcurses).

Before compiling TestDisk, you should install the following libraries
- ext2fs
- reiserfs
- ntfs

Configuration
./configure
./configure --help	for parameters

Exemple:
./configure --with-reiserfs-lib=/home/kmaster/perso/testdisk-5.2/progsreiserfs-0.3.1-rc8/libreiserfs/.libs/ --with-reiserfs-includes=/home/kmaster/perso/testdisk-5.2/progsreiserfs-0.3.1-rc8/include/ --with-ntfs-lib=/home/kmaster/perso/testdisk-5.2/ntfsprogs-1.8.5/libntfs/.libs/ --with-ntfs-includes=/home/kmaster/perso/testdisk-5.2/ntfsprogs-1.8.5/include/ --with-ext2fs-lib=/home/kmaster/perso/testdisk-5.2/e2fsprogs-1.34/lib --with-ext2fs-includes=/home/kmaster/perso/testdisk-5.2/e2fsprogs-1.34/lib

Compilation
Run
- make			(Binary using dynamic library)
- make static		(Static binary)
- make smallstatic	(Stripped static binary compressed if possible with upx)

Installation
- make install
- make install-strip

