Date changes in preparation for new release.

This commit is contained in:
Gary Scavone
2014-04-11 09:10:58 -04:00
parent afa3069dea
commit 3ee62e42d0
184 changed files with 188 additions and 187 deletions

View File

@@ -1,11 +1,11 @@
% The Synthesis ToolKit in C++ (STK)
% Perry R. Cook and Gary P. Scavone
% 1995--2012
% 1995--2014
# The Synthesis ToolKit in C++ (STK)
By Perry R. Cook and Gary P. Scavone, 1995--2012.
By Perry R. Cook and Gary P. Scavone, 1995--2014.
The Synthesis ToolKit in C++ can be used in a variety of ways, depending on your particular needs. Some people simmply choose the classes they need for a particular project and copy those to their project directory. Others like to compile and link to a library of object files. STK was not designed with one particular style of use in mind.
The Synthesis ToolKit in C++ can be used in a variety of ways, depending on your particular needs. Some people simply choose the classes they need for a particular project and copy those to their project directory. Others like to compile and link to a library of object files. STK was not designed with one particular style of use in mind.
## Unix systems and MinGW
@@ -22,6 +22,7 @@ otherwise, if you downloaded the software from the STK source distribution, unpa
./configure
3. From within each project directory, type `make`.
4. To compile a library of objects, type `make` from within the `src` directory.
Several options can be passed to configure, including: