external: add some READMEs

Change-Id: If4ba9ff89d3fa1e092bc20abb72a9a0dbef5396a
This commit is contained in:
Michael Stahl 2016-03-09 14:05:49 +01:00
parent 4d77c8088b
commit 45bf6d0f87
5 changed files with 18 additions and 0 deletions

3
external/firebird/README vendored Normal file
View File

@ -0,0 +1,3 @@
Firebird is an embeddable SQL RDBMS implemented in C++
http://firebirdsql.org/

6
external/glew/README vendored Normal file
View File

@ -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/

3
external/glyphy/README vendored Normal file
View File

@ -0,0 +1,3 @@
GLyphy is a text renderer that uses OpenGL
https://github.com/behdad/glyphy

3
external/openldap/README vendored Normal file
View File

@ -0,0 +1,3 @@
OpenLDAP provides an LDAP client library
http://www.openldap.org/

3
external/ucpp/README vendored Normal file
View File

@ -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