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

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -  
[TXT]Definitions.h18-Sep-2013 17:46 150  
[TXT]MyAudio.cpp18-Sep-2013 17:46 2.5K 
[TXT]MyAudio.h18-Sep-2013 17:46 711  
[TXT]README.html18-Sep-2013 17:46 328  
[DIR]RtAudio/02-Jan-2019 13:23 -  
[TXT]letsPlay.cpp18-Sep-2013 17:46 3.7K 
[   ]makefile18-Sep-2013 17:46 731  
[DIR]stk/02-Jan-2019 13:23 -  

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.