On 31 October 2010 22:47, Chris King <[email protected]> wrote: > What do the coders use to develop net-snmp
A source tree, 'make' and a simple text editor. And sometimes gdb I can't speak for the others, but I personally don't tend to use IDEs for software development. I'm an old fogey, and do things the old-fashioned way. > and is it possible to give me a zip > of the entire development project rather than the source zip file like > net-snmp-5.5.zip which is what I am currently using. I doubt there's any significant difference between the source tarball that you're using, and the code that the core developers are working with. The main difference will be that we've typically checked the code out of the SVN repository, and hence there'll be additional '.svn' directories scattered throughout the code tree, for committing any changes we've made, back into the central code. But that code itself will be much the same as you're using (apart from any bug fixes since the full release). See http://www.net-snmp.org/dev/svn.html for more info. Dave ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
