|
|
@@ -48,14 +48,18 @@ We also provide a [cheatsheet](https://fasttext.cc/docs/en/cheatsheet.html#conte
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
-**fastText** builds on modern Mac OS and Linux distributions.
|
|
|
-Since it uses C++11 features, it requires a compiler with good C++11 support.
|
|
|
+We are continously building and testing our library, CLI and Python bindings under various docker images using [circleci](https://circleci.com/).
|
|
|
+
|
|
|
+Generally, **fastText** builds on modern Mac OS and Linux distributions.
|
|
|
+Since it uses some C++11 features, it requires a compiler with good C++11 support.
|
|
|
These include :
|
|
|
|
|
|
-* (gcc-4.8.5 or newer) or (clang-3.3 or newer)
|
|
|
+* (g++-4.7.2 or newer) or (clang-3.3 or newer)
|
|
|
|
|
|
Compilation is carried out using a Makefile, so you will need to have a working **make**.
|
|
|
-If you want to use **cmake** you need at least version 3.5.2.
|
|
|
+If you want to use **cmake** you need at least version 2.8.9.
|
|
|
+
|
|
|
+One of the oldest distributions we successfully built and tested the CLI under is [Debian wheezy](https://www.debian.org/releases/wheezy/).
|
|
|
|
|
|
For the word-similarity evaluation script you will need:
|
|
|
|
|
|
@@ -68,6 +72,8 @@ For the python bindings (see the subdirectory python) you will need:
|
|
|
* NumPy & SciPy
|
|
|
* [pybind11](https://github.com/pybind/pybind11)
|
|
|
|
|
|
+One of the oldest distributions we successfully built and tested the Python bindings under is [Debian jessie](https://www.debian.org/releases/jessie/).
|
|
|
+
|
|
|
If these requirements make it impossible for you to use fastText, please open an issue and we will try to accommodate you.
|
|
|
|
|
|
## Building fastText
|