Le 20/09/2013 00:07, Tory Gaurnier a écrit :
> [...]
> 
> So, the issue now is I can't really figure out how to build CTags, from
> what I could figure out it seems I need to run the configure script to
> add values to the Makefile.in, then run make -f Makefile.in, but that
> doesn't seem to work, and there are no instructions that I can find on
> building, I've checked the Readme

It's in INSTALL, though a little too detailed (I guess this INSTALL file
is just Autotool's one with slight modifications)

>, and the FAQ. Have any of you guys
> built CTags before and can point me in the right direction???

You need to first generate the configure script using `autoreconf`, then
run that configure script (`./configure [OPTIONS]`, which will generate
Makefiles), and then run make:

        autoreconf -v && ./configure && make

Regards,
Colomban
_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Reply via email to