How do I get/build/install librtk?
We don’t make binary distributions. To get the source for librtk, go to the download page. After unpacking the tarball, the following steps will suffice for most users: $ ./configure $ make $ make install librtk will be installed by default in /usr/local/ (Note the change; older versions were installed in $HOME). To select a different location, pass –prefix={path} to configure. • How do I dis/enable movie-making support in librtk? Included with librtk is the ffmpeg library, which can be used to produce MPEG animations. By default, ffmpeg support will be compiled into librtk. However, ffmpeg does not build everywhere (notably, it seems to fail on Sparc/Solaris). If during the build, ffmpeg/configure fails, then you should disable ffmpeg support. To do so, pass –disable-libavcodec to configure before building librtk.