Page 6 of 6

Re: Building terragear

Posted: Mon May 30, 2016 4:21 pm
by IAHM-COL
GDAL 2.0.0 is no longer supported in most no Linux version,
That's why I said attempting at linking as static library give me the best option

Im using OpenSuse Leap

Re: Building terragear

Posted: Mon May 30, 2016 4:25 pm
by D-ECHO
Linking as static library? Sorry, but I don't know what that means, but I'll try to find out :D
Thanks
[EDIT]Strange, I can't find it... Can you help me, please :)
[EDIT2]Oh, I see build it from the link you give.... thanks, will try

Re: Building terragear

Posted: Mon May 30, 2016 4:58 pm
by D-ECHO
Okay, I have gdal2.0 now, but how to 1. compile it and 2. link it? :D

Re: Building terragear

Posted: Mon May 30, 2016 5:33 pm
by IAHM-COL
Compile using a prefix to a path different to the usual one.

Then when compiling terragear use cmake to tell make which gdal to use. A -Dcmake option

Re: Building terragear

Posted: Tue May 31, 2016 12:50 pm
by D-ECHO
Sorry, but I'm to dump to do this :D
So, when I run cmake gdal-2.0.0/ -DCMAKE_PREFIX_PATH=/home/delta/Scenery/gdal it says that there is no CMakeList.txt and which DCmake option do I later have to use for tg? -DCMAKE-GDAL-PATH or so?