Wednesday, 27 November 2013

Re: help compiling libsvgtiny on linux

You'll need to install buildsystem, gperf, libbdom, parser-utils and libwapcaplet

- get it from here : git clone git://git.netsurf-browser.org/buildsystem
- get it from here : git clone git://git.netsurf-browser.org/libdom
- get it from here : git://git.netsurf-browser.org/libparserutils
- get it from here : git://git.netsurf-browser.org/libwapcaplet
- sudo apt-get install gperf

having built/installed these chained dependencies will allow you to build libsvgtiny.

-Chaitanya




On Wed, Nov 27, 2013 at 2:27 PM, Giampaolo Bellini <iw2lsi@gmail.com> wrote:
Hello Chaitanya

maybe I'm doing it wrong... 

cd libsvgtiny
make

>Makefile:10: /opt/netsurf/share/netsurf-buildsystem/makefiles/Makefile.tools: No such file or directory                                                                             
>Makefile:45: /Makefile.top: No such file or directory                                                                                                                               
>make: *** No rule to make target `/Makefile.top'.  Stop.  

I'm using KUbuntu 10.10... but why the Makefile is looking in /opt/netsurf ? do I need to compile the entire netsurf package?

  best regards

            Giampaolo

                                                                                                                          


2013/11/27 Chaitanya Sharma <gopi.daiict@gmail.com>
Hey Giampaolo,

I just tried to compile it from the trunk (on ubuntu 13.10), and it compiled just fine.
What errors are you getting?


-Chaitanya


On Wed, Nov 27, 2013 at 1:45 PM, Giampaolo Bellini <iw2lsi@gmail.com> wrote:
Hi all

  I'm new to SVG and I was searching for a way to obtain basic SVG items (as paths) from an svg file... I've cloned the repo with:


but was unable to compile it on linux OS... am I doing something wrong ? 

is libsvgtiny not intended to use as a stand-alone lib ?

      best regards
 
                  Giampaolo
 



No comments:

Post a Comment