I'm sending my responses below, inline:

WADE MAXFIELD <wade.maxfi...@4gwireline.com> ezt írta (időpont: 2018. okt.
9., K, 22:44):

>
>    Ok.
>
>    I have my hands full, but if you can walk me through this, then we can
> generate an “OSX” set of instructions for your latest release.  (Sierra
> 10.12.6, nearly the latest xcode.)
>
>
That would be interesting; I never tried building on OS X before.

   I have ports installed, and something else, I forget.
>
>    my machine has VM’s for windows 7, all kinds of linux, etc.
>
>
>    biggest problem I have is lack of time that I can concentrate enough to
> string two lines of code together.
>
>
I know that feeling too well. Because ktechlab is a hobby project for me, I
work on it when I have time...


>    what should I do next, in your opinion?  (Maybe get an older cmake?
> which version? where?)
>
>
I think first it would be useful to see the version numbers of cmake, make
and where is the 'FindKDE4.cmake' file located (this contains macros for
building KDE4 software; in my systems it comes with cmake).

Versions which work, on KDE Neon:

cmake 3.10.2
make 4.1, GNU version

Which versions to you have on your system?

Building ktechlab should be fairly simple (see also build-simple.sh and
build-developer.sh):

in ktechlab source directory:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../inst ..
make -C src/core -j1  # workaround for dependency issues
make -j1
make install

(no sudo should be required)




>
> _______________________________________________
> Ktechlab-devel mailing list
> Ktechlab-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ktechlab-devel
>
_______________________________________________
Ktechlab-devel mailing list
Ktechlab-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ktechlab-devel

Reply via email to