I have recently downloaded geany 0.19.1.


Installation Guide.

Autotools based build system

The Autotools based build system is very mature and has been well tested. To use it, you just need the Make tool, preferably GNU Make.

Then run the following commands:

$ ./configure
$ make

Then as root:

% make install


I tried running ./configure in my terminal and it ran successfully.

But when I try running make it gives me the this error.

searock@searock-desktop:~/Downloads/geany-0.19.1$ make
make: *** No targets specified and no makefile found.  Stop.

Can someone point me in a right direction ?

Thanks.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Geany developers' PPA

link|improve this answer
What is ppa:user/ppa-name ? Sorry for the stupid question. – Searock Oct 6 '10 at 10:02
1  
Something to do with apt. Like the page I linked to says, use ppa:geany-dev/ppa. – Ignacio Vazquez-Abrams Oct 6 '10 at 10:27
Thanks a lot. – Searock Oct 6 '10 at 11:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.