If you really want to recompile the library by yourself, these are the steps:
configure
' to select the appropriate OS. This is done
automatically.
make
' to recompile the sources.
make install
' to install the library (the default destination
prefix is usr/local). This step requires root privileges.To compile the demo programs:
make tvdemo
' to compile the demo program.
make tvexamples
' to compile the other little examples.
Note: the above two commands will link the TV library statically.