From c0bc9fc3a99b2e5710e92597a723d3db1b9e638c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 7 Feb 2020 18:01:50 +0100 Subject: Remove install script. Use cmake/install.sh instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b112b45..3a78c10 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ The best way to do this is to create another git project for the dependency and Using sub projects allows you to modify dependency and propagate changes to dependant project without pushing changes to remote git repository (faster development). ## lang.* Optional. Allows you to change language specific configuration. \[lang.c] is for C and \[lang.cpp] is for C++. -Version specifies the language version, for \[lang.c] the version can be ansi, c89, c99 or c11 - if not set, c11 will be used. +Version specifies the language version, for \[lang.c] the version can be ansi (alias for c89), c89, c99 or c11 - if not set, c11 will be used. For \[lang.cpp] the version can be c++11, c++14 or c++17 - if not set, c++14 will be used ## define Optional. A list of definitions which are specified in name-value pairs where the name is the preprocessor to define (in c: #define name value) -- cgit v1.2.3