X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2FREADME.txt;fp=src%2Fstlplus%2FREADME.txt;h=dad518e2193ea2b3c8ee6bb33552934a368b0a1b;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hp=0000000000000000000000000000000000000000;hpb=85783316365181491a3e3c0c63659972477cebba;p=chaz%2Fyoink diff --git a/src/stlplus/README.txt b/src/stlplus/README.txt new file mode 100644 index 0000000..dad518e --- /dev/null +++ b/src/stlplus/README.txt @@ -0,0 +1,19 @@ +This directory is for implementing STLplus as a library collection. The +libraries are to be found in the directories: + + containers + persistence + portability + strings + subsystems + +The documentation is in the 'docs' directory and starts with index.html. + +To build the STLplus3 library collection, use the project files supplied at +this level - 'Makefile' for gcc, 'stlplus3.sln' for Visual Studio 9 (2008), +'stlplus3.dsw' for Visual Studio 6 (and 7 or 8). + +The 'source' directory is provided with script files that allow the library +collection to be merged into one large library - termed the monolithic build. +See source/README.txt for instructions. +