Mercurial > hg > CbC > CbC_llvm
comparison docs/GettingStartedVS.rst @ 148:63bd29f05246
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 19:46:37 +0900 |
parents | c2174574ed3a |
children |
comparison
equal
deleted
inserted
replaced
146:3fc4d5c3e21e | 148:63bd29f05246 |
---|---|
37 below. This may save you some trouble by knowing ahead of time what hardware | 37 below. This may save you some trouble by knowing ahead of time what hardware |
38 and software you will need. | 38 and software you will need. |
39 | 39 |
40 Hardware | 40 Hardware |
41 -------- | 41 -------- |
42 Any system that can adequately run Visual Studio 2015 is fine. The LLVM | 42 Any system that can adequately run Visual Studio 2017 is fine. The LLVM |
43 source tree and object files, libraries and executables will consume | 43 source tree and object files, libraries and executables will consume |
44 approximately 3GB. | 44 approximately 3GB. |
45 | 45 |
46 Software | 46 Software |
47 -------- | 47 -------- |
48 You will need Visual Studio 2015 or higher, with the latest Update installed. | 48 You will need Visual Studio 2017 or higher, with the latest Update installed. |
49 | 49 |
50 You will also need the `CMake <http://www.cmake.org/>`_ build system since it | 50 You will also need the `CMake <http://www.cmake.org/>`_ build system since it |
51 generates the project files you will use to build with. | 51 generates the project files you will use to build with. |
52 | 52 |
53 If you would like to run the LLVM tests you will need `Python | 53 If you would like to run the LLVM tests you will need `Python |