In what follows
$\textbf{preadditive}$: a category $\mathscr{C}$ is preadditive when $\forall\ A,B,\ \mathscr{C}(A,B)$ is an abelian group and the morphisms composition is a group homomorphism on each component (bilinear)
$\textbf{additive}$: a category $\mathscr{C}$ is additive when it is preadditive, it has a zero object and finite biproducts
$\textbf{additive functors}$: a functor between preadditive categories is additive when it is a group homomorphism on the hom-sets
I can't understand the proof of the following fact, which you can find on Borceux, Categorical algebra, vol. 2 at page 8.
$\textbf{Prop.}$ Consider an additive category $\mathscr{B}$ and a small preadditive category $\mathscr{A}$. In that case, the category $\operatorname{Add}(\mathscr{A},\mathscr{B})$ of additive functors between $\mathscr{A}$ and $\mathscr{B}$ is additive and biproducts in it are computed pointwise. Moreover, if $\mathscr{B}$ is finitely complete, so is $\operatorname{Add}(\mathscr{A},\mathscr{B})$ and finite limits are computed poitwise.
$\textbf{proof.}$ Since I have understood the first part of the proof., I will report here only the second, that concerning the existence of finite limits in the functor category.
So, since $\mathscr{B}$ has kernels, given a natural transformation $\alpha:F\Rightarrow G$, we can consider its pointwise kernel $\gamma:K\Rightarrow F$. We shall prove that $K$ is additive. Given $f,g:A\rightrightarrows A'$ in $\mathscr{A}$, we have \begin{align*} \gamma_{A'}\circ K(f-g)&=F(f-g)\circ\gamma_A\\ &=(Ff-Fg)\circ\gamma_A\\ &=(Ff\circ\gamma_A)-(Fg\circ\gamma_A)\\ &=(\gamma_{A'}\circ Kf)-(\gamma_{A'}\circ Kg)\\ &=\gamma_{A'}\circ (Kf-Kg) \end{align*} from which $K(f-g)=Kf-Kg$, since $\gamma_{A'}$ is a monomorphism. Similarly, we can prove that $K(0)=0$. Thus $\operatorname{Add}(\mathscr{A},\mathscr{B})$ has equalizers, hence it has finite limits (because products + equalizers$\Rightarrow$ limits)
$\textbf{Questions}$
1) Why does he use $K(f-g)$ and not $K(f+g)$? If he wants to prove that $K$ is additive, then $K(f+g)=Kf+Kg$ should be enough, shouldn't it?
2) Why does he prove that $K(0)=0$? If $K(f-g)=Kf-Kg$ then $K(0)=K(0-0)=K0-K0$ and the result follows by cancellation. Am I wrong?
3) (most important) Why do the additivity of $K$ imply that $\operatorname{Add}(\mathscr{A},\mathscr{B})$ has equalizers?? Here I don't have any guess unfortunately.
I'll try to answer your questions in order.
If I didn't do any mistake due to tiredness, I guess this should answer your question.