|
From: Rui N. C. <rn...@rn...> - 2004-04-26 21:30:49
|
Christian Schoenebeck wrote:
>
>* completely restructured source tree, I created a couple of
> subdirectories and distributed the source files over them.
> My idea was to create one big libtool library 'liblinuxsampler',
> one libtool library libgig which is then just dynamically linked
> by liblinuxsampler (because libgig is already packaged for some
> systems) and the linuxsampler binary would just dynamically link
> against liblinuxsampler, but I had some problems with setting
> this up today, so if anybody's familiar with automake & libtool
> help would be greatly appreciated!
>
Guess what? I've just packaged liblscp as for "my" LSCP implementation C
API, now focused mainly on the client-side interface (although my
server-side code is still there, but just for example purposes, only).
My humble offer is given that the liblscp package is now ready and
self-contained, so that you can review it's automake stuff and check if it
can be borrowed into liblinuxsampler. Of course, if you find anything
severely wrong you may also blame me ;)
The liblscp package is in pretty (ugly) auto/libtool canonical form, the
least as I could get :) Doxygen and pkgconfig support is included.
You can check it out from:
http://www.rncbc.org/ls/liblscp-0.1.5.tar.gz
Installation from the untarred directory:
make -f Makefile.cvs
./configure
make
make install
Or you can choose from a couple of RPMs which are also available from
http://www.rncbc.org/ls/ .
OK. This note also announces that, now that this important milestone has
been reached, I'll start coding for the GUI, ASAP :)
Hope you enjoy.
Cheers.
--
rncbc aka Rui Nuno Capela
rn...@rn...
|