Compilation and Installation |
Prev | Installation |
Compiling kdar is very easy. The following should do it:
$
./configure
$
make
$
make install
That should do it! Add the --enable-debug
switch if you need to have debugging messages turned on.
configure should be able to detect the necessary settings for your system. If not, you can specify options to configure to force particular features to be enabled or disabled. To see what options libdar is compiled with, run
and look for the following in the output:$
dar -V
Using libdar 3.0 built with compilation time options: Extended Attributes support: NO Large files support (> 2GB): YES ext2fs NODUMP flag support : YES Special allocation scheme : YES Integer size used : 64 bitsTo enable or disable largefile support (support for files larger than 2GB), pass the corresponding
--enable-largefile
or --disable-largefile
switch to
configure.
Note that if you are running one of the 32-bit or 64-bit versions of libdar, you need to pass the corresponding option to configure. e.g. to use the 64-bit version of libdar (libdar64), run
%
./configure --enable-mode=64
Should you run into any problems, first do your homework and check
the INSTALL file in the top-level KDar source directory,
and then the KDar-users mailing list archives.
A google search might turn up something helpful.
If you're still stuck, please report the problem to the kdar-users@lists.sourceforge.net
Prev | Contents | |
Requirements | Up |