From 6cf11642a4b14ac0ef7fd494a2257141954c4f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 14 Nov 2014 12:29:59 +0100 Subject: [PATCH] Update README to mention config.pl --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 2abec3c17..43253bef6 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,15 @@ README for PolarSSL =================== +Configuration +============= + +PolarSSL should build out of the box on most systems. Some platform specific options are available in the fully-documented configuration file *include/polarssl/config.h*, which is also the place where features can be selected. +This file can be edited manually, or in a more programmatic way using the Perl +script *scripts/config.pl* (use *--help* for usage instructions). + +Compiler options can be set using standard variables such as *CC* and *CFLAGS* when using the Make and CMake build system (see below). + Compiling =========