summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-06-28 15:21:20 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-06-28 15:21:20 +0200
commit25cbcd7029262baa73254fa42af3c828714d9ab2 (patch)
tree501fee4da5596431606a631f5f82920af829f835
parent2c129b17c4ab7fe10c1dc2515a868f0101e6aeb9 (diff)
downloadneard-25cbcd7029262baa73254fa42af3c828714d9ab2.tar.gz
neard-25cbcd7029262baa73254fa42af3c828714d9ab2.tar.bz2
neard-25cbcd7029262baa73254fa42af3c828714d9ab2.zip
README: Update configuration options description
-rw-r--r--README27
1 files changed, 14 insertions, 13 deletions
diff --git a/README b/README
index 6e78951..4074749 100644
--- a/README
+++ b/README
@@ -24,28 +24,29 @@ To compile and install run:
Configuration and options
=========================
-In order to actually handle NFC tags, certain configuration options
-need to be enabled:
+By default all neard plugins and features are built in. They can be
+disabled with the following configuration options:
- --enable-nfctype1
+ --disable-nfctype1
- Enable support for type 1 NFC tags.
+ Disable support for type 1 NFC tags.
- --enable-nfctype2
+ --disable-nfctype2
- Enable support for type 2 NFC tags.
+ Disable support for type 2 NFC tags.
- --enable-nfctype3
+ --disable-nfctype3
- Enable support for type 3 NFC tags.
+ Disable support for type 3 NFC tags.
- --enable-nfctype4
+ --disable-nfctype4
- Enable support for type 1 NFC tags.
+ Disable support for type 1 NFC tags.
- --enable-p2p
+ --disable-p2p
- Enable support for peer to peer mode.
+ Disable 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.
+run it, with maintainer mode enabled. bootstrap-configure will configure
+neard with all features enabled.