Re: [Ganglia-developers] about how to develop Ganglia source code

2015-05-20 Thread linuxhe
Hi, Vladimir: I followed the steps of https://github.com/ganglia/monitor-core/wiki/BuildingARelease, meet some issue: after "./configure --with-perl" generated the Makefile, it will use "make dist-gzip" to generate the tarball. In Makefile, there is a target "README", it will do the comma

Re: [Ganglia-developers] about how to develop Ganglia source code

2015-05-18 Thread linuxhe
Thanks Vladimir. It's libtoolize who generate these stuff. -jack Quoting Vladimir Vuksan : > Here are build instructions > > https://github.com/ganglia/monitor-core/wiki/BuildingARelease > > Vladimir > > On 05/14/2015 11:03 PM, linu...@linux.vnet.ibm.com wrote: >> Hi, pablo: >> >> My point is i

Re: [Ganglia-developers] about how to develop Ganglia source code

2015-05-17 Thread Vladimir Vuksan
Here are build instructions https://github.com/ganglia/monitor-core/wiki/BuildingARelease Vladimir On 05/14/2015 11:03 PM, linu...@linux.vnet.ibm.com wrote: > Hi, pablo: > > My point is if I want to contribute to ganglia-3.7.1/configure or > ganglia-3.7.1/build, how to do that? Seems they are no

Re: [Ganglia-developers] about how to develop Ganglia source code

2015-05-14 Thread linuxhe
Hi, pablo: My point is if I want to contribute to ganglia-3.7.1/configure or ganglia-3.7.1/build, how to do that? Seems they are not on github.com/ganglia. Seems some guy is maintaining these stuff, who are they? how to reach them? Thanks, -jack Quoting pabloa98 : > The last version of t

Re: [Ganglia-developers] about how to develop Ganglia source code

2015-05-14 Thread pabloa98
The last version of the sourcecode lives in github.com/ganglia On Wed, May 13, 2015 at 1:13 AM, wrote: > > Hi, all: > > I am new to the development of ganglia source code. I saw that ganglia > will release it's new versions through Sourceforge such as > ganglia-3.7.1. In this package, it will in

[Ganglia-developers] about how to develop Ganglia source code

2015-05-13 Thread linuxhe
Hi, all: I am new to the development of ganglia source code. I saw that ganglia will release it's new versions through Sourceforge such as ganglia-3.7.1. In this package, it will include some sub-projects such as gmond, gmetad, etc.. As the source tree of ganglia is on github.com/ganglia,