stsquad / easytag

A git repo of the development series of EasyTag (as there was no official SCM). Since then the project has moved and is hosted at Gnome in it's own upstream repo.
https://gitlab.gnome.org/GNOME/easytag
GNU General Public License v2.0
29 stars 12 forks source link

How do I install from source? #17

Open gausie opened 13 years ago

gausie commented 13 years ago

Hi all,

I've done it lots of times before with other packages but I really can't work out how to install from this source. Also the INSTALL file needs updating on this topic.

Thanks,

Gausie

stsquad commented 13 years ago

It should be the basic ./configure/make/make install

However as the configure script is only packaged in distribution tarballs and your building straight out of source you need to run autogen.sh first. What error are you getting?