mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 20:15:30 +00:00
Update the VS version in the Readme file
Update the VS version in the README file to 2012, as this is the minimal version supported.
This commit is contained in:
parent
88d1c05644
commit
c5074be0ce
|
@ -15,7 +15,7 @@ There are currently three active build systems used within Mbed TLS releases:
|
|||
|
||||
- GNU Make
|
||||
- CMake
|
||||
- Microsoft Visual Studio (Microsoft Visual Studio 2010 or later)
|
||||
- Microsoft Visual Studio (Microsoft Visual Studio 2012 or later)
|
||||
|
||||
The main systems used for development are CMake and GNU Make. Those systems are always complete and up-to-date. The others should reflect all changes present in the CMake and Make build system, although features may not be ported there automatically.
|
||||
|
||||
|
@ -154,7 +154,7 @@ subproject.
|
|||
|
||||
### Microsoft Visual Studio
|
||||
|
||||
The build files for Microsoft Visual Studio are generated for Visual Studio 2010.
|
||||
The build files for Microsoft Visual Studio are generated for Visual Studio 2012.
|
||||
|
||||
The solution file `mbedTLS.sln` contains all the basic projects needed to build the library and all the programs. The files in tests are not generated and compiled, as these need Python and perl environments as well. However, the selftest program in `programs/test/` is still available.
|
||||
|
||||
|
|
Loading…
Reference in a new issue