Skip to content

Commit 2d7e65c

Browse files
committed
Updated docs for building
1 parent 685d27c commit 2d7e65c

File tree

1 file changed

+3
-3
lines changed
  • addons/source-python/docs/source-python/source/contributing

1 file changed

+3
-3
lines changed

addons/source-python/docs/source-python/source/contributing/building.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Linux
1313

1414
To build Source.Python on Linux, you need the following requirements:
1515

16-
* `CMake 2.8 or later <https://cmake.org/download/>`_
16+
* `CMake 3.15 or later <https://cmake.org/download/>`_
1717
* `Git <https://git-scm.com/downloads>`_
1818
* `GCC (our buildbot uses 4.8) <https://gcc.gnu.org/>`_
1919

@@ -45,9 +45,9 @@ Windows
4545

4646
To build Source.Python on Windows, you need the following requirements:
4747

48-
* `CMake 2.8 or later <https://cmake.org/download/>`_
48+
* `CMake 3.15 or later <https://cmake.org/download/>`_
4949
* `Git <https://git-scm.com/downloads>`_
50-
* `Visual C++ 2010 <https://my.visualstudio.com/Downloads?q=visual%20studio%202010&wt.mc_id=o~msft~vscom~older-downloads>`_
50+
* `Visual C++ 2022 <https://visualstudio.microsoft.com/de/vs/>`_
5151
* `Microsoft Build Tools (optional, to build directly via Build.bat) <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_
5252

5353
Once you have installed the requirements, follow these steps to build Source.Python:

0 commit comments

Comments
 (0)