From 4777666812df2d60e619f22eb64d0db533803840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 11 Oct 2013 17:29:44 +0200 Subject: [PATCH] Remove outdated note about Boost incompatibility from the README. Commit e3f8992 ported the code to use Boost.Filesystem V3 API, so the warning about not being able to use Boost 1.50+ is no longer true. --- README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.rst b/README.rst index 977b2614..3614da77 100644 --- a/README.rst +++ b/README.rst @@ -38,11 +38,6 @@ On Debian systems, the following packages are required: - libboost-iostreams-dev - libboost-test-dev -.. note:: - - At present, you must use Boost 1.49 or older. There is an incompatibility - to Boost 1.50 and newer that causes ``make`` to fail. See `issue #30`__. - __ https://github.com/luceneplusplus/LucenePlusPlus/issues/30 To build the library the following commands should be issued::