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 <[email protected]> wrote: > Hello Chaitanya > > maybe I'm doing it wrong... > > git clone git://git.netsurf-browser.org/libsvgtiny.git > 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 <[email protected]> > >> 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 <[email protected]>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: >>> >>> git clone git://git.netsurf-browser.org/libsvgtiny.git >>> >>> 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 >>> >>> >> >> >
