Page 1 of 1

Automake-1.11.3-i686 (Lucid 528-004)

Posted: Mon 19 Mar 2012, 11:13
by chrome307
Image

Posted: Thu 29 Mar 2012, 17:59
by musher0
Sounds interesting, but please elaborate a little more... Does this have to do with the /Automake directory in lupu 5.25, for example?

Or would it help in compiling lxpanelx? It complained that it needed "automake"...

Thanks in advance.

Posted: Tue 03 Apr 2012, 12:06
by chrome307
Image

In the above screenshot you can see 'make' files that have made by a software developer to allow you to compile and install the software.

Posted: Thu 26 Apr 2012, 09:36
by chrome307
Image

Posted: Fri 01 Jun 2012, 10:18
by chrome307
Updated package

Posted: Mon 04 Jun 2012, 01:45
by Tman
Chrome,

This looks like it will be useful for me.
Noob question: how do I use it?

Is it just a matter of extracting the source, then typing "automake"?

Posted: Mon 04 Jun 2012, 17:15
by chrome307
Hi there

The application will run by itself without any further input.

Please note that it is used for compiling software that does not have a 'Make' or 'Makefile' included.

An example of this would be something that you have downloaded using GIT.

In this case you navigate to your folder and then open up terminal and type in 'make'

This will create the necessary files for you then to configure with:

./configure

I hope that makes sense?

Posted: Wed 06 Jun 2012, 01:10
by Tman
chrome307,

thank you, for the explanation