update

Henrik Brautaset Aronsen subsurface at henrik.synth.no
Sun Oct 6 04:05:53 UTC 2013


Henrik Brautaset Aronsen wrote:
>
>
> Tomaz Canabrava wrote:
>> On Saturday 05 October 2013 18:18:49 Henrik Brautaset Aronsen
>> wrote:
>>> OK, I got some steps further with brew using your glib-removal-hack
>>> branch, but I didn't have time to do much:
>>>
>>> * I installed the cmake, libusb, libzip, qt, sqlite and pkg-config packages.
>>> * I had to run "brew link --force gettext"
>>> * I patched some minor things (see stuff.patch) to make it build (SOB me if needed)
>>> * I had to build with
>>> "PKG_CONFIG_PATH=/usr/local/Cellar/sqlite/3.8.0.2/lib/pkgconfig make"
>>> * I stopped at libmarble.  When trying to build that, it needed
>>> kde4-config, which brew doesn't provide.
>>>
>>
>> you are not compiling the QT_ONLY version. pass to cmake the flag -
>> DQT_ONLY
>
> Thanks!  I amended the build instructions on 
> http://marble.kde.org/sources.php to use -DQT_ONLY=TRUE, which 
> worked.  But it seems that "make install" doesn't install the header 
> files, so I have to figure out that out when building Subsurface.  
> Anyway, I'm heading out, so I'm done for today.

OK, now I'm able to build Subsurface with dependencies from Homebrew + a 
self-built marble.  I had to copy the marble headers & libs to /usr/local:

$ cd $MARBLE_BUILD_DIR/src/lib
$ cp *dylib /usr/local/lib/
$ mkdir /usr/local/include/marble
$ cp $(find . -name '*.h') /usr/local/include/marble/

Henrik



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20131006/26cad8b0/attachment.html>


More information about the subsurface mailing list