r622: Fixes misplacement of the mask when resizing track and misplacement of the
[cinelerra_cv/mob.git] / plugins / diffkey / INSTALL
blob51aef2cd10fff18c9b61a7f975a9ec26ae21fbb5
1 =======================================
2 Installation instructions for DiffKey
4 -----------------------------------
5 Installing the precompiled binary
8 You may be able to use DiffKey by simply copying the file "diffkey.plugin" to
9 your Cinelerra plugins directory.  On my system, this is "/usr/lib/cinelerra/",
10 so the command would be:
12   cp diffkey.plugin /usr/lib/cinelerra/
14 If you don't have "/usr/lib/cinelerra/", you might try to find it with one of
15 the following commands:
17   slocate oil.plugin
19   or
21   find /usr -name oil.plugin
23 Once you've moved the plugin into the appropriate directory, it should show up
24 in the plugin list the next time you start Cinelerra.  If not, you'll probably
25 have to recompile DiffKey yourself.
28 ------------------------
29 Building from source
32 To do this, you'll need to have the Cinelerra source code.  Once you have
33 untarred the source, edit the diffkey Makefile, and change the "CINELERRA_DIR="
34 line so that it points to your copy of the source code.  After this, you should
35 be able to use:
37   make
39   make install
41   (Note that you may have to use "su" to become root before executing "make
42   install".)