Read the file README.md
to get oriented regarding the STK.
Study the STK documentation in doc/.
Read the files INSTALL.md
about configuring and compiling the STK. The configure script, which itself was
generated by autoconf from the ``autotools'' distribution
[4], generates all the various STK
Makefiles based on automatically detected characteristics
of your system.
If you want to use the JACK audio server (typical on Linux
systems), for example, you can add the -with-jack option
to configure when generating the Makefiles.
For the Mac, you can add the -with-core option
to configure when generating the Makefiles.
A fairly comprehensive STK test is to make and run the main demo:
cd projects/demo
make
StkDemo
Be sure to try selecting different instruments in the Instruments
pull-down menu.