1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 16:15:48 +01:00

Lower the requirement of Python and CMake

James confirms 

python 3.6.9
conan 1.36.0
cmake 3.17.1
gcc 7.5.0
This commit is contained in:
Dmitry Vedenko
2021-05-27 16:45:37 +03:00
committed by GitHub
parent 1ac4df1f83
commit 686828b759

View File

@@ -2,9 +2,9 @@
## Prerequisites ## Prerequisites
* **python3** >= 3.9.1 * **python3** >= 3.5
* **conan** >= 1.32.0 * **conan** >= 1.32.0
* **cmake** >= 3.20.2 * **cmake** >= 3.17.1
* A working C++ 14 compiler * A working C++ 14 compiler
### Conan ### Conan