Skip to content

Commit

Permalink
Update version of cmake in docs to 3.1, minor fixes (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem authored and JeanPaulShapo committed Nov 27, 2017
1 parent e38027c commit 7c81981
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/devguide/dev_build_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ System dependencies
Building BigARTM requires the following components:

* `git <https://git-scm.org>`_ (any recent version) -- for obtaining source code;
* `cmake <https://cmake.org>`_ (at least of version 2.8), *make*,
* `cmake <https://cmake.org>`_ (at least version 3.1), *make*,
*g++* or *clang* compiler with c++11 support,
`boost <boost.org>`_ (at least of version 1.40) --
for building library and binary executable;
Expand Down
2 changes: 1 addition & 1 deletion docs/devguide/dev_build_windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following steps describe the procedure to build BigARTM's C++ code on Window
at `www.visualstudio.com <http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx>`_).

* Install `CMake <http://www.cmake.org/cmake/resources/software.html>`_
(tested with cmake-3.0.1, Win32 Installer).
(at least version 3.1, Win32 Installer).

Make sure that CMake executable is added to the ``PATH`` environmental variable.
To achieve this either select the option *"Add CMake to the system PATH for all users"*
Expand Down
4 changes: 2 additions & 2 deletions docs/devguide/downloads.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Download and install the following tools:
* Github for Windows from https://windows.github.com/
* https://github-windows.s3.amazonaws.com/GitHubSetup.exe
* Visual Studio 2013 Express for Windows Desktop from https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
* CMake from http://www.cmake.org/download/
* http://www.cmake.org/files/v3.0/cmake-3.0.2-win32-x86.exe
* CMake from http://www.cmake.org/download/
* https://cmake.org/files/v3.10/cmake-3.10.0-win32-x86.msi
* Prebuilt Boost binaries from http://sourceforge.net/projects/boost/files/boost-binaries/, for example these two:
* http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0/boost_1_57_0-msvc-12.0-32.exe/download
* http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0/boost_1_57_0-msvc-12.0-64.exe/download
Expand Down
4 changes: 3 additions & 1 deletion docs/installation/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ Next step is to run ``cmake``. The following options are available.

* ``-DPYTHON=python3`` - to use Python 3 instead of Python 2;
* ``-DCMAKE_INSTALL_PREFIX=xxx`` - for custom install location instead of default ``/usr/local``;
* ``-DBoost_USE_STATIC_LIBS=ON`` — required on openSUSE.
* ``-DBoost_USE_STATIC_LIBS=ON`` -- required on openSUSE;
* ``-DBUILD_BIGARTM_CLI_STATIC=OFF`` -- to use shared versions of Boost, C and C++ libraries for ``bigartm`` executable.


Example:

Expand Down

0 comments on commit 7c81981

Please sign in to comment.