ksm_preload icon indicating copy to clipboard operation
ksm_preload copied to clipboard

Build script

Open zoobab opened this issue 10 years ago • 3 comments

Hi,

I had a hard time to compile it, so here is my solution:

libtoolize --force aclocal autoheader automake --force-missing --add-missing autoconf ./configure

zoobab avatar Sep 26 '15 14:09 zoobab

From some vague memory of some earlier package I'd struggled with, I recalled the command autoreconf -is. That seems to work to replace the first 5 commands you have there, but I'm not entirely sure how autotools works so it may not be the same thing.

ScoreUnder avatar Oct 27 '15 18:10 ScoreUnder

Hi, and thanks for your contribution! It prompted me to actually simplify the build system using cmake and published a documentation, it should be mush easier now. Please check it out and tell me if that solves your initial problem or if you'd still prefer that I had a build.sh Thanks again, Brice

unbrice avatar Dec 13 '15 00:12 unbrice

Build works fine here.

KenSharp avatar Nov 10 '17 16:11 KenSharp