From 11543cd632eae9f1e3785a2fbd6de28d8aaaa412 Mon Sep 17 00:00:00 2001 From: CodingKoopa Date: Fri, 8 Mar 2024 18:53:56 -0500 Subject: [PATCH] readme: add windows instructions --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README b/README index aaa63414..66c7bc0a 100644 --- a/README +++ b/README @@ -119,6 +119,30 @@ then, as root: And, to end the test, unmount the usual way: umount /dev/sda1 +BUILDING FOR WINDOWS +==================== + +A subset of the components found in this repository may be compiled and +executed on Windows. This includes the libntfs-3g library and the ntfsprogs +programs, but NOT the actual ntfs-3g driver. + +To target Cygwin, you must install the following packages +from the Cygwin installer: + + automake + libtool + make + gcc-core + libgcrypt-devel + +Then + + ./configure --disable-ntfs-3g --disable-plugins + make + +The full set of ntfsprogs, including ntfsusermap, can be built using: + + make extra NTFS UTILITIES ==============