X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FDeveloper.tex;fp=parts%2FDeveloper.tex;h=4f522d0738acc62009a5c34c1f6143d36b7e32b1;hp=84b9796ac30af82118914e152ac4001e0a160124;hb=4186a3355401958df90e82cb15bceb72e5835bb7;hpb=aba8574e01e91328eb6a0410124cf3ef6bb59b0d diff --git a/parts/Developer.tex b/parts/Developer.tex index 84b9796..4f522d0 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -334,12 +334,13 @@ Individual package libraries can be rebuilt, via: The rule targets create the set of thirdparty packages which are built from local source archive copies of thirdparty source code and patches, if needed. The build rule set of dependencies allows for compiling multiple thirdparty programs simultaneously using maximum computer resources. This parallel build speeds up the process considerably. For example, these are full static build timings on the production build machine (full build includes building all thirdparty programs as well as all of \CGG{}): -\hspace{2em} -\begin{tabular}{@{}rcr} - 1 cpu & = & 61 mins\\ - 12 cpus & = & 7.5 mins\\ - 24 cpus & = & 2 mins\\ -\end{tabular} +\begin{center} + \begin{tabular}{@{}lcr} + 1 cpu & = & 61 mins\\ + 12 cpus & = & 7.5 mins\\ + 24 cpus & = & 2 mins\\ + \end{tabular} +\end{center} \section{Using the very latest Libraries} \label{sec:latest_libraries}