Skip to content

Commit eef87b3

Browse files
README.md: Microsoft Visual Studio is not directly supported anymore
Signed-off-by: Ronald Cron <[email protected]>
1 parent d196cbd commit eef87b3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The source code of Mbed TLS includes some files that are automatically generated
5454

5555
The following tools are required:
5656

57-
* Perl, for some library source files and for Visual Studio build files.
57+
* Perl, for some library source files.
5858
* Python 3.8 and some Python packages, for some library source files, sample programs and test data. To install the necessary packages, run:
5959
```
6060
python3 -m pip install --user -r scripts/basic.requirements.txt
@@ -185,14 +185,6 @@ Mbed TLS supports being built as a CMake subproject. One can
185185
use `add_subdirectory()` from a parent CMake project to include Mbed TLS as a
186186
subproject.
187187
188-
### Microsoft Visual Studio
189-
190-
The build files for Microsoft Visual Studio are generated for Visual Studio 2017.
191-
192-
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.
193-
194-
In the development branch of Mbed TLS, the Visual Studio solution files need to be generated first as described in [“Generated source files in the development branch”](#generated-source-files-in-the-development-branch).
195-
196188
Example programs
197189
----------------
198190

0 commit comments

Comments
 (0)