On Jul 09, "Zhai Xiaoshu" wrote: > Hi, > > I am a post graduate student in China and I am insterested in NTOP very > much. I have downloaded the source code(platform independent version 3.0). > And I also have read the FAQ file in the code packet, knowing that if I > want to get a win32 version EXE I must compile it with MS VC++ 6, but I > still haven't any idea about how to compile it. For example, how to open > the project in the VC++ enviroment, and so on. On further, I am even not > sure if the source code can be compiled under the IDE enviroment or maybe > it can only be compiled in console window with the make file. > Could you please rell me how to compile the source code under win32 > enviroment and how to install and run it. Thanks a lot.
Have you tried using cygwin? Cygwin is a unix environment for windows, you might be able to simply use make and gcc. The authors of Ntop might not be willing to distribute the proper vc++ files, because they sell the windows version for profit, but give away the unix verstion for free. That's just a guess. Good luck, Mike _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
