summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-01-30 11:47:57 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2012-01-30 11:47:57 +0100
commitb22c5c1684a9584b11c357908c49200620158bc6 (patch)
tree0d060bffdcc346d66e770f9866b528a3009eeb9b
parent1040942163658642c37e0e3bcc96179f9e97fd00 (diff)
downloadneard-b22c5c1684a9584b11c357908c49200620158bc6.tar.gz
neard-b22c5c1684a9584b11c357908c49200620158bc6.tar.bz2
neard-b22c5c1684a9584b11c357908c49200620158bc6.zip
README: Describe available options
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
index 1a5ed45..6e78951 100644
--- a/README
+++ b/README
@@ -20,3 +20,32 @@ Configure automatically searches for all required components and packages.
To compile and install run:
make && make install
+
+Configuration and options
+=========================
+
+In order to actually handle NFC tags, certain configuration options
+need to be enabled:
+
+ --enable-nfctype1
+
+ Enable support for type 1 NFC tags.
+
+ --enable-nfctype2
+
+ Enable support for type 2 NFC tags.
+
+ --enable-nfctype3
+
+ Enable support for type 3 NFC tags.
+
+ --enable-nfctype4
+
+ Enable support for type 1 NFC tags.
+
+ --enable-p2p
+
+ Enable support for peer to peer mode.
+
+Running ./bootstrap-configure will build the configure script and then
+run it with all the above options enabled. It will also enable maintainer mode.