
this package contains fst-1.2
a library which enables you to load Steinberg vst plugins(tm)
into your host app.

the library is contained in fst-1.2/fst and has a seperate configure.

You need to have AEffect.h and aeffectx.h in your include path.
they can be downloaded from 

http://ygrabit.steinberg.de/users/ygrabit/public_html/vstsdk/Download/VST%20Plug-Ins%20SDK%202.3/vstsdk2.3.zip

and are located in source/common. unfortunately aeffectx.h
contains some constructors making the C compiler grok. Remove them we dont use them.

copy them to your include path.

now you can run ./configure in fst-1.2/fst and after that ./configure in fst-1.2.

after make and make install it should install.

now you have the sample application jfst in your path.

run it with some vstplugin dll as argument and it should pop up in a window,
and a jack client will be there.

have fun.
