Restored note about using minimum functionality in makefiles

This commit is contained in:
Gilles Peskine 2017-10-02 10:52:50 +02:00 committed by Simon Butcher
parent 82759aa1c7
commit ec82da4cb2

View file

@ -56,6 +56,8 @@ For more details on the yotta/mbed OS edition of mbed TLS, including example pro
We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are sufficient. Some of the more advanced build targets require some Unix/Linux tools.
We intentionally only use a minimum of functionality in the makefiles in order to keep them as simple and independent of different toolchains as possible, to allow users to more easily move between different platforms. Users who need more features are recommended to use CMake.
In order to build from the source code using GNU Make, just enter at the command line:
make