Skip to content

Commit 2d0d5f4

Browse files
committed
add python to prerequisites
1 parent 8e8e487 commit 2d0d5f4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

BUILDING.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,25 @@ You need to install [prerequisites](#prerequisites) for your platform before [bu
55
To build Menoh, you require the following toolchains:
66

77
Unix:
8-
- CMake 3.1 or later
98
- GCC 4.9 or later
9+
- CMake 3.1 or later
10+
- Python 2.7 or later
1011

1112
macOS (OSX):
1213
- XCode
1314
- [Homebrew](https://brew.sh/)
15+
- CMake 3.1 or later
16+
- Python 2.7 or later
1417

1518
Windows:
1619
- Visual Studio 2015
20+
- CMake 3.1 or later
21+
- Python 2.7 or later
1722

1823
Windows (MINGW):
1924
- [MSYS2](http://www.msys2.org/)
25+
- CMake 3.1 or later
26+
- Python 2.7 or later
2027

2128
You also need to install the dependent libraries on your system:
2229

0 commit comments

Comments
 (0)