From 45bf6d0f87aba113e0f9d5002bc130c286d50f27 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 9 Mar 2016 14:05:49 +0100 Subject: [PATCH] external: add some READMEs Change-Id: If4ba9ff89d3fa1e092bc20abb72a9a0dbef5396a --- external/firebird/README | 3 +++ external/glew/README | 6 ++++++ external/glyphy/README | 3 +++ external/openldap/README | 3 +++ external/ucpp/README | 3 +++ 5 files changed, 18 insertions(+) create mode 100644 external/firebird/README create mode 100644 external/glew/README create mode 100644 external/glyphy/README create mode 100644 external/openldap/README create mode 100644 external/ucpp/README diff --git a/external/firebird/README b/external/firebird/README new file mode 100644 index 000000000000..cc7c727436bf --- /dev/null +++ b/external/firebird/README @@ -0,0 +1,3 @@ +Firebird is an embeddable SQL RDBMS implemented in C++ + +http://firebirdsql.org/ diff --git a/external/glew/README b/external/glew/README new file mode 100644 index 000000000000..34b2d249401c --- /dev/null +++ b/external/glew/README @@ -0,0 +1,6 @@ +GLEW is the OpenGL Extension Wrangler + +GLEW provides efficient run-time mechanisms for determining which OpenGL +extensions are supported on the target platform. + +http://glew.sourceforge.net/ diff --git a/external/glyphy/README b/external/glyphy/README new file mode 100644 index 000000000000..7d6445c9dc0d --- /dev/null +++ b/external/glyphy/README @@ -0,0 +1,3 @@ +GLyphy is a text renderer that uses OpenGL + +https://github.com/behdad/glyphy diff --git a/external/openldap/README b/external/openldap/README new file mode 100644 index 000000000000..0c1828c12b93 --- /dev/null +++ b/external/openldap/README @@ -0,0 +1,3 @@ +OpenLDAP provides an LDAP client library + +http://www.openldap.org/ diff --git a/external/ucpp/README b/external/ucpp/README new file mode 100644 index 000000000000..9246c701a267 --- /dev/null +++ b/external/ucpp/README @@ -0,0 +1,3 @@ +ucpp is a C99 preprocessor + +Used to be hosted at https://code.google.com/p/ucpp/ - not sure where it's gone