X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FDeveloper.tex;h=7d9ce919797b553f673735e50ca3c78dee41267a;hp=8d1cd4f9e7a4c290ad78cc370e153c9a5071eeef;hb=0285fef00fc55b855c0f27faf9b294d0b56dc3fb;hpb=554238c79de1086f0c6d6f1035c7a495e7a6cef6 diff --git a/parts/Developer.tex b/parts/Developer.tex index 8d1cd4f..7d9ce91 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -35,7 +35,7 @@ So, an example of what happens in 4 steps for a single-user build would be as fo A lot of things can be tweaked to change the results. \ Mostly these changes are parameters to the configure step, which can change important build related items, like the application name, or where and what the target system directories should be. \ This makes it possible to have several versions at the same time on the same computer if needed. \ To see what it is that the makefiles use to build Cinelerra, look at the resulting top-level global\_config file which is created by the ./configure step. \medskip -Building Cinelerra requires many thirdparty libraries, and it is recommended that you use the static build version included in the git repo. \ Some of them are patched, and fix significant bugs. \ It is important to note that because system installation historically has been with as many shared objects as possible, the defaults are that any system library detected during configuration setup will be used, whe\begin{lstlisting}[numbers=none]n the package is built ``-{}-without-single-user'', which is the default build. \ To build with static thirdparty libraries for system install to the system /usr area, use: +Building Cinelerra requires many thirdparty libraries, and it is recommended that you use the static build version included in the git repo. \ Some of them are patched, and fix significant bugs. \ It is important to note that because system installation historically has been with as many shared objects as possible, the defaults are that any system library detected during configuration setup will be used, when the package is built ``-{}-without-single-user'', which is the default build. \ To build with static thirdparty libraries for system install to the system /usr area, use: \smallskip \hspace{2em}.configure -{}-enable-static-build --prefix=/usr