diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 14:26:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 14:26:05 +0200 |
commit | 7c90b39d36dab3663313772c22034f006db9d899 (patch) | |
tree | 4e07b32a202df6d73e98e8ea4354eaf0da83892c /INSTALL.cli | |
parent | 171b8091671d70b166b3d4bebeb2a448ad6b3fba (diff) |
Update INSTALL file
Diffstat (limited to 'INSTALL.cli')
-rw-r--r-- | INSTALL.cli | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL.cli b/INSTALL.cli index 21f561f..5750bc8 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -13,12 +13,13 @@ below we only show commands for UNIX-like operating systems. For other operating systems and for more details on each step, refer to the \c{build2-toolchain} documentation. -\c{build2} requires a C++14 compiler. GCC 4.8 or later and Clang 3.4 or later -are known to work. The build system is self-hosted, which means that unless -you have obtained a pre-built binary from somewhere else, you will need to -bootstrap it. To accomplish this, we use the \c{bootstrap.sh} shell script (or -equivalent batch files for Windows) found in the root directory of the -\c{build2} distribution. The following is the recommended sequence of steps: +\c{build2} requires a C++14 compiler. GCC 4.9, Clang 3.4, and MSVC 14 (2015) +Update 3 or any later versions of these compilers are known to work. The build +system is self-hosted, which means that unless you have obtained a pre-built +binary from somewhere else, you will need to bootstrap it. To accomplish this, +we use the \c{bootstrap.sh} shell script (or equivalent batch files for +Windows) found in the root directory of the \c{build2} distribution. The +following is the recommended sequence of steps: \dl| |