X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=INSTALL;h=2e7e9dfb3c5bdbd020adfb80ba241d137d2742cb;hb=b669a1a45b7453dd992ffaddd678e5c470838f6e;hp=16dd9e0b8ce1d61c68911763f1ca1e3671554f77;hpb=32087c67d53a8f8058b359388f23e2dbc9436d54;p=debian%2Fcpmtools diff --git a/INSTALL b/INSTALL index 16dd9e0..2e7e9df 100644 --- a/INSTALL +++ b/INSTALL @@ -3,16 +3,11 @@ Options for "./configure" include: --with-defformat= Set the standard format the cpmtools will use. Default is ibm-3740 - --with-device= - Set the method cpmtools will use to access discs. One of: - posix: Use the original cpmtools driver for raw files or - Unix floppy drives. - win32: Use the original cpmtools driver for raw files or - Windows floppy drives. - LibDsk: Use LibDsk to access raw files, .DSK files, MYZ80 + --with-libdsk=path + Use LibDsk to access raw files, .DSK files, MYZ80 files and Unix/Windows floppy drives. This library is available at: - http://www.seasip.demon.co.uk/Unix/LibDsk/ + https://www.seasip.info/Unix/LibDsk/ --with-dmalloc Use the dmalloc library --disable-floppy @@ -20,16 +15,18 @@ Options for "./configure" include: contains drivers for raw files, .DSK files and MYZ80 files. All the cpmtools that use LibDsk have an extra option: -T . This - sets the drive type used by LibDsk, and is one of: + sets the drive type used by LibDsk; available values include: "floppy" - The computer's floppy drive (only supported on Linux and Win32) "raw" - Raw file (or the floppy drive on other Unix systems) "dsk" - .DSK file "myz80" - MYZ80 hard drive file + See the libdsk documentation for a full list. + It will normally only be necessary to include "-T" when you are accessing a MYZ80 file, because LibDsk can detect the other file types - automatically. "-T" options are ignored if LibDsk is not being used. + automatically. "-T" options are not accepted if LibDsk is not being used. Basic Installation