Index of /courses/256a-fall-2011/lectures/5b/stkExample

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -  
[TXT]Definitions.h27-Oct-2011 21:35 150  
[TXT]MyAudio.cpp29-Oct-2011 16:29 2.5K 
[TXT]MyAudio.h31-Oct-2011 21:53 711  
[TXT]README.html14-Nov-2011 15:09 328  
[DIR]RtAudio/27-Oct-2011 21:36 -  
[TXT]letsPlay.cpp27-Oct-2011 21:35 3.7K 
[   ]makefile29-Oct-2011 16:29 731  
[DIR]stk/27-Oct-2011 21:36 -  

To compile this program you'll first need to compile STK in the machine where it is being compiled. After compiling STK, copy the static library (src/libstk.a in OS X) into a directory that make will look for libraries (e.g. /usr/lib/ or /usr/local/lib/) or put it in the program's folder and add "-L." to the makefile's FLAGS.