configure
' to select the appropriate OS. This is done
automatically.
make
' in the main directory to build the library. This creates
both the static and dynamic libraries. Libraries are placed in the
directory `lib
' with source files.
make tvdemo
' to compile the first demo program.
make tvexamples
' to compile the many little examples.
Note: the above two commands will link statically the resulting objects
with the library in directory `lib
'.
make world
' to execute all the above steps.
make install
' to install the library in `/usr/include
' and `/usr/lib
'.
make uninstall
' to remove the library.
Note: the above two commands need root privileges and should be followed
by `ldconfig
' to update the linker cache.
make clean
' in the main directory to remove objects, backup files
and executables in the main directory and in all the subdirectories.
Typing `make clean
' in any subdirectory will clean it only.
make dist
' to build a distribution package.