X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=docs%2Finstall.txt;h=e4b3b8dfb825eff6c8dd58bdf7762dee4f7c93c9;hb=e253fb0e1e231bcdc77bc37b05c7a9724dbe2bb1;hp=52b50a6d8e158a8f45cd2de80ba6335b8d650b5e;hpb=bea649aa7c6f4f4c57b67678be7dfe74d4db66b3;p=mlt diff --git a/docs/install.txt b/docs/install.txt index 52b50a6d..e4b3b8df 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -90,36 +90,34 @@ Testing Installation ------------ - * NOT IMPLEMENTED YET * - - The install is triggered by running make install or make install-strip - from the top level directory. + The install is triggered by running make install from the top level + directory. The framework produces a single shared object which is installed in $prefix/lib/ and public header files which are installed in $prefix/include/mlt/framework. - The client produces a single shared object which is installed in + Valerie produces a single shared object which is installed in $prefix/lib/ and public header which are installed in - $prefix/include/mlt/client. + $prefix/include/mlt/valerie. - The server produces a single exectuable which is installed in - $prefix/bin/. This is linked against the framework shared object and - posix libs but not against any of the modules. + Miracle produces a single exectuable which is installed in + $prefix/bin/, a library in $prefix/lib and associated header files in + $prefix/include. The modules produce a shared object per module and update text files containing a list of modules provided by this build. These are installed - in $prefix/share/mlt/. It is at the discretion of the module to install - additional support files. + in $prefix/share/mlt/modules. It is at the discretion of the module to + install additional support files. - To allow the development of external components, mlt-client-config and - mlt-framework-config scripts are generated and installed in $prefix/bin. + To allow the development of external components, mlt-config and scripts + are generated and installed in $prefix/bin. After install, only those modules listed are usable by the server. No module is loaded unless explicitly requested via server configuration or usage. - External modules are also placed in this $prefix/share/mlt, and the + External modules are also placed in this $prefix/share/mlt/modules, and the installation of those must modify the text file accordingly before they will be considered at runtime.