aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 36ce528..9beb5e6 100644
--- a/README
+++ b/README
@@ -33,3 +33,15 @@ If you're installing using the source package, first extract the source package,
# python setup.py install
inside the package directory. This should be run as root (or use sudo)
+
+Running pyfantom on Mac OS X Mountain Lion (10.8) and Mavericks (10.9)
+======================================================================
+
+Some Bluetooth related functions have been deprecated in Mac OS X
+Mountain Lion and newer. This results in the Fantom framework encountering
+unresolved symbol errors when attempting to load it into pyfantom.
+
+To work around this problem, a stub library IOBluetooth-Compat has been
+created, which defines the missing symbols. Unfortunately, it means that
+Bluetooth support is not available for pyfantom running on Mountain Lion
+and newer releases.