Difference between revisions of "Mtools"
From CBLFS
Jump to navigationJump to searchLine 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).}} | |
− | |||
− | Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk). | ||
== Dependencies == | == Dependencies == |
Revision as of 11:37, 16 April 2007
Download Source: | http://mtools.linux.lu/mtools-4.0.11.tar.bz2 |
---|
Contents
Introduction to Mtools
Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).
Project Homepage: Unknown
Dependencies
Optional
Configuration Information
If you do not have an X Window System installed make sure you add the following to the configure command:
--disable-floppyd
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 ./configure --prefix=/usr && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 ./configure --prefix=/usr && make
Install the package
make install