diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-19 08:41:23 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-19 08:41:23 -0700 |
commit | 9ab9dc59e8c589800d2c4321f6e02dfead72968c (patch) | |
tree | 22b868e503ed4e85f4d8e83d713f82d192ffd545 | |
parent | Fixed ICE-8107 - cross testing no longer working (diff) | |
download | ice-9ab9dc59e8c589800d2c4321f6e02dfead72968c.tar.bz2 ice-9ab9dc59e8c589800d2c4321f6e02dfead72968c.tar.xz ice-9ab9dc59e8c589800d2c4321f6e02dfead72968c.zip |
ICE-8103 - fix for cpp/BuildInstructionsLinux.md
-rw-r--r-- | cpp/BuildInstructionsLinux.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/BuildInstructionsLinux.md b/cpp/BuildInstructionsLinux.md index d2dea153953..68a1d46765e 100644 --- a/cpp/BuildInstructionsLinux.md +++ b/cpp/BuildInstructionsLinux.md @@ -63,6 +63,10 @@ These packages are provided with the system and can be installed with: sudo apt-get install pkg-config libdbus-1-dev libbluetooth-dev +> *We have experienced problems with BlueZ versions up to and including 5.39, +as well as 5.44 and 5.45. At this time we recommend using the daemon (`bluetoothd`) +from BlueZ 5.43.* + ## Building Ice From the top-level source directory, edit `config/Make.rules` to establish your |