Dependencies
C++
Update your C++ compiler to at least C++17:
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 | |
Update your Visual Studio Compiler.
CMake
Update your CMake to at least CMake 3.16+. You can check your CMake version with:
1 | |
If you need to update it, then
1 | |
1 | |
Download CMake from https://cmake.org/download/ and install it
Python
Make sure you have Python 3.6.9+ installed:
1 | |
If you need to update, then
Use apt-get or download it from https://www.python.org/downloads/.
1 | |
or download the latest release version from https://www.python.org/downloads/
Download Python from https://www.python.org/downloads/ and install it
If using a Python installer, make sure you add the application directory to your PATH environment variable.