by software artist Scott Draves. You may also follow me on google+ or twitter, buy art, or join me on facebook.
|
The linux source distribution includes a patch to make FLAM3 generate a dynamically loadable shared object file. To apply it "cd" into the flam3 source folder, then say "patch < ..../pyflam3-0.3a/share/flam3-libtoolize.path". Unless you've used libtool before you should install it with "sudo apt-get install libtool" before you run "libtoolize ; autoconf" to complete the process. Then it's just "./configure ; make clean ; make ; sudo make install" as usual.
By default the shared object is installed into /usr/local/lib which means in order for it to be loaded you need to reconfigure ld.so or just say "export LD_LIBRARY_PATH=/usr/local/lib" before using it.
This process, and this code, is still raw but it's already useful and working and I'm very excited about where it's going.
You may prefer to discuss or comment on this in the forum rather than below.
Posted by spot at December 28, 2007 03:33 PM