Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I get/build/install librtk?

build install librtk
0
0 Posted

How do I get/build/install librtk?

0
0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123