From: Duilio J. P. <dp...@fc...> - 2005-02-26 15:28:35
|
Is true, the examples are really out of date, but that's because they are not included on the distro, and libvisual is under heavy development, so API changes occur very often. visual_bin_destroy() was deprecated when libvisual moves to his new object-model. Now almost every datatype is whithin an object, so destruction is made on a generic fashion through visual_object_destroy (). To compile a program which's is using libvisual, just pass the result of `pkg-config libvisual --cflags` to you compiler, and for to link against libvisual, pass the result of `pkg-config libvisual --libs` to the linker. And you are right, we need a tutorial and probably a FAQ too! Bye, Duilio. |