X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=2e7e9dfb3c5bdbd020adfb80ba241d137d2742cb;hp=6c565395b0e0b2582cb8f6e52a91b771b6fdcb8e;hb=0244ff6db7cb417c6210118e14ebc8a11924b7f6;hpb=be51a0b47ec4edacc689851a88ec6172737cb61c diff --git a/INSTALL b/INSTALL index 6c56539..2e7e9df 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Options for "./configure" include: 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 @@ -15,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