summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTizenOpenSource <tizenopensrc@samsung.com>2022-12-26 17:25:57 +0900
committerTizenOpenSource <tizenopensrc@samsung.com>2022-12-26 17:25:57 +0900
commit37a0f909140771bb9fec3d6d13ff5680166b390f (patch)
tree5e6fee1a628c59c293d0c085c40e9acf581bdde5 /README
parent8fdf19c265dfb44d1fc16dd1aed612d9a29fe5dc (diff)
downloaddosfstools-37a0f909140771bb9fec3d6d13ff5680166b390f.tar.gz
dosfstools-37a0f909140771bb9fec3d6d13ff5680166b390f.tar.bz2
dosfstools-37a0f909140771bb9fec3d6d13ff5680166b390f.zip
Imported Upstream version 4.2upstream/4.2upstream
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 2 insertions, 6 deletions
diff --git a/README b/README
index 8ce3d88..4cbfcb0 100644
--- a/README
+++ b/README
@@ -5,10 +5,6 @@ under the GNU GPL version 3 or later. See the file COPYING for details.
### Build Requirements
-dosfstools recommends libudev. It is used in mkfs.fat to collect additional
-information about the device to format in order to refuse potentially unsafe
-operations without additional confirmation.
-
The test suite requires the tool xxd (available as part of the vim
distribution).
@@ -49,5 +45,5 @@ repository, you will find that you can not run "./configure" straight away
because it, like other autogenerated files for the build system, is not included
in the repository.
-First, autoconf and automake have to be installed. Then you can run
-"autoreconf -i" to generate all the required files.
+First, autoconf, automake and gettext have to be installed. Then you can run
+"./autogen.sh" to generate all the required files.